]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gmp: fix build on arm 32bit
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 20 Mar 2021 09:57:20 +0000 (09:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2021 10:10:33 +0000 (10:10 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gmp

diff --git a/lfs/gmp b/lfs/gmp
index 8c1b3c21c3d2684d2fc859fcf94cccc75a4deb5f..b2d0ada15bbc58f2556eb338d97405f5e1710056 100644 (file)
--- 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)