diff --git a/lfs/binutils b/lfs/binutils index c0d857c78..dfde43409 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -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 ###############################################################################