gmp: fix build on arm 32bit

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-03-20 09:57:20 +00:00
parent 2db2b59324
commit 59ebcaedbd

View File

@@ -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)