don't use gcc_s on avr32 - fixes uclibc++ compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12121 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
70489a69a7
commit
995004ff22
@ -47,6 +47,9 @@ MAKE_FLAGS:= \
|
||||
ARCH_CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CROSS="$(TARGET_CROSS)" \
|
||||
CP="$(CP)" \
|
||||
$(if $(CONFIG_TARGET_avr32),check_as_needed=)
|
||||
|
||||
# check_as_needed overrides dependency on libgcc_s
|
||||
|
||||
define Build/Configure
|
||||
if [ -f ./files/config.$(UCLIBC_TARGET_ARCH) ]; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user