* [Buildroot] Patch for gcc makefile
@ 2007-09-02 18:14 Rouslan Solomakhin
2007-09-02 19:51 ` Bernhard Fischer
0 siblings, 1 reply; 4+ messages in thread
From: Rouslan Solomakhin @ 2007-09-02 18:14 UTC (permalink / raw)
To: buildroot
Hello,
I got the following error using buildroot svn today and yesterday:
strip:
'/home/rouslan/Software/Buildroot/svn-buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gccbug':
No such file
make: ***
[/home/rouslan/Software/Buildroot/svn-buildroot/toolchain_build_i686/gcc-4.2.1-final/.installed]
Error 1
The following patch seems to fix it:
Index: toolchain/gcc/gcc-uclibc-4.x.mk
===================================================================
--- toolchain/gcc/gcc-uclibc-4.x.mk (revision 19763)
+++ toolchain/gcc/gcc-uclibc-4.x.mk (working copy)
@@ -293,7 +293,7 @@
$(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-gccbug
# Strip the host binaries
ifeq ($(GCC_STRIP_HOST_BINARIES),true)
- strip --strip-all -R .note -R .comment $(filter-out
-gccbug,$(wildcard $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-*))
+ strip --strip-all -R .note -R .comment $(filter-out
gccbug,$(wildcard $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-*))
-strip --strip-all -R .note -R .comment $(STAGING_DIR)/usr/bin/faked
endif
# Make sure we have 'cc'.
Cheers,
Rouslan
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Patch for gcc makefile
[not found] <45513.24.207.255.59.1188756845.squirrel@box240.bluehost.com>
@ 2007-09-02 18:15 ` Rouslan Solomakhin
0 siblings, 0 replies; 4+ messages in thread
From: Rouslan Solomakhin @ 2007-09-02 18:15 UTC (permalink / raw)
To: buildroot
> Index: toolchain/gcc/gcc-uclibc-4.x.mk
> ===================================================================
> --- toolchain/gcc/gcc-uclibc-4.x.mk (revision 19763)
> +++ toolchain/gcc/gcc-uclibc-4.x.mk (working copy)
> @@ -293,7 +293,7 @@
> $(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-gccbug
> # Strip the host binaries
> ifeq ($(GCC_STRIP_HOST_BINARIES),true)
> - strip --strip-all -R .note -R .comment $(filter-out
> -gccbug,$(wildcard $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-*))
> + strip --strip-all -R .note -R .comment $(filter-out
> gccbug,$(wildcard $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-*))
> -strip --strip-all -R .note -R .comment
> $(STAGING_DIR)/usr/bin/faked
> endif
> # Make sure we have 'cc'.
Sorry for newlines after "filter-out". It's my mailer.
Rouslan
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Patch for gcc makefile
2007-09-02 18:14 [Buildroot] Patch for gcc makefile Rouslan Solomakhin
@ 2007-09-02 19:51 ` Bernhard Fischer
2007-09-03 1:39 ` Rouslan Solomakhin
0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Fischer @ 2007-09-02 19:51 UTC (permalink / raw)
To: buildroot
On Sun, Sep 02, 2007 at 01:14:04PM -0500, Rouslan Solomakhin wrote:
>Hello,
>
>I got the following error using buildroot svn today and yesterday:
>
>
>strip:
>'/home/rouslan/Software/Buildroot/svn-buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gccbug':
>No such file
>make: ***
>[/home/rouslan/Software/Buildroot/svn-buildroot/toolchain_build_i686/gcc-4.2.1-final/.installed]
>Error 1
I find this a little bit odd. What gccbug scripts do you have?
$ find build_*/staging_dir/ -iname "*gccbug*"
build_i386/staging_dir/bin/i386-linux-gccbug
build_i386/staging_dir/bin/i386-linux-uclibc-gccbug
$
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Patch for gcc makefile
2007-09-02 19:51 ` Bernhard Fischer
@ 2007-09-03 1:39 ` Rouslan Solomakhin
0 siblings, 0 replies; 4+ messages in thread
From: Rouslan Solomakhin @ 2007-09-03 1:39 UTC (permalink / raw)
To: buildroot
> On Sun, Sep 02, 2007 at 01:14:04PM -0500, Rouslan Solomakhin wrote:
> I find this a little bit odd. What gccbug scripts do you have?
> $ find build_*/staging_dir/ -iname "*gccbug*"
> build_i386/staging_dir/bin/i386-linux-gccbug
> build_i386/staging_dir/bin/i386-linux-uclibc-gccbug
> $
>
Here is what I have:
$ find build_i686/staging_dir/ -name "*gccbug*"
build_i686/staging_dir/bin/i686-linux-gccbug
$
Rouslan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-09-03 1:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-02 18:14 [Buildroot] Patch for gcc makefile Rouslan Solomakhin
2007-09-02 19:51 ` Bernhard Fischer
2007-09-03 1:39 ` Rouslan Solomakhin
[not found] <45513.24.207.255.59.1188756845.squirrel@box240.bluehost.com>
2007-09-02 18:15 ` Rouslan Solomakhin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox