From e10e39ce47db91bd96f4e6f4cd9eb9fd57eaa440 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 7 Aug 2012 12:12:44 +0200 Subject: [PATCH] binutils: Add --disable-initfini-array to fix a build problem in glibc. --- lfs/binutils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ###############################################################################