From: Arne Fitzenreiter Date: Sat, 20 Mar 2021 09:57:20 +0000 (+0000) Subject: gmp: fix build on arm 32bit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59ebcaedbd5a1cc2a451c80460f674c312edbcd8;p=people%2Fstevee%2Fipfire-2.x.git gmp: fix build on arm 32bit Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/gmp b/lfs/gmp index ed92cf30e6..f35c4a6353 100644 --- a/lfs/gmp +++ b/lfs/gmp @@ -77,6 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && \ $(CONFIGURE_ARGS) \ ./configure \ + --build=${BUILDTARGET} \ --prefix=/usr \ --enable-cxx cd $(DIR_APP) && make $(MAKETUNING)