[Buildroot] svn commit: trunk/buildroot/toolchain/gcc

Hans-Christian Egtvedt hans-christian.egtvedt at atmel.com
Tue Jun 17 13:10:13 UTC 2008


On Tue, 2008-06-17 at 05:54 -0700, jacmet at uclibc.org wrote:
> Author: jacmet

<snipp>

> -	-strip --strip-unneeded $(TARGET_DIR)/lib/libgcc_s*
> +	-$(STRIPCMD) --strip-unneeded $(TARGET_DIR)/lib/libgcc_s*

$(STRIP_STRIP_UNNEEDED) as well?

>  endif
>  ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
>  ifeq ($(BR2_GCC_SHARED_LIBGCC),y)
>  	-cp -dpf $(STAGING_DIR)/lib/libstdc++.so* $(TARGET_DIR)/usr/lib/
> -	-strip --strip-unneeded $(TARGET_DIR)/usr/lib/libstdc++.so*
> +	-$(STRIPCMD) --strip-unneeded $(TARGET_DIR)/usr/lib/libstdc++.so*

Same here.

<snipp>

-- 
With kind regards,
Hans-Christian Egtvedt, Applications Engineer




More information about the buildroot mailing list