]> 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)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 20 Mar 2021 09:57:20 +0000 (09:57 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/gmp

diff --git a/lfs/gmp b/lfs/gmp
index ed92cf30e68bdddb6a4c372e80f04cb7503cfa25..f35c4a6353084a8a97ec0ad92a23c39e89b69697 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)