mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
binutils: Add --disable-initfini-array to fix a build problem in glibc.
This commit is contained in:
@@ -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
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user