]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/gmp
gmp: fix build on arm 32bit
[people/pmueller/ipfire-2.x.git] / 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)