uclibc++: use the shared libgcc instead of forcing the static one

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-03-01 05:41:44 +00:00
parent 70753281c6
commit 91e21e6e03

View File

@ -51,7 +51,8 @@ MAKE_FLAGS:= \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
CROSS="$(TARGET_CROSS)" \
CP="$(CP)" \
$(if $(CONFIG_TARGET_avr32),check_as_needed=)
GEN_LIBS="-lc $(LIBGCC_S)" \
check_as_needed=
# check_as_needed overrides dependency on libgcc_s