binutils: Add --disable-initfini-array to fix a build problem in glibc.

This commit is contained in:
Michael Tremer
2012-08-07 12:12:44 +02:00
parent 8d35adb5b9
commit e10e39ce47

View File

@@ -60,7 +60,8 @@ EXTRA_CONFIG += --build=$(BUILDTARGET)
ifeq "$(MACHINE_TYPE)" "arm"
EXTRA_CONFIG += \
--with-abi=aapcs-linux \
--with-float=soft
--with-float=soft \
--disable-initfini-array
endif
###############################################################################