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=530688abf200c2d5a043f0b94d84baf043a20509;p=people%2Fstevee%2Fipfire-2.x.git gmp: fix build on arm 32bit Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- diff --git a/lfs/gmp b/lfs/gmp index 8c1b3c21c3..b2d0ada15b 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)