Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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
[parent not found: <45513.24.207.255.59.1188756845.squirrel@box240.bluehost.com>]

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