[Buildroot] Patch for gcc makefile

Rouslan Solomakhin rouslan at solomakhin.net
Sun Sep 2 18:15:50 UTC 2007


> 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




More information about the buildroot mailing list