mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
gmp: fix build on arm 32bit
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
1
lfs/gmp
1
lfs/gmp
@@ -77,6 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && \
|
cd $(DIR_APP) && \
|
||||||
$(CONFIGURE_ARGS) \
|
$(CONFIGURE_ARGS) \
|
||||||
./configure \
|
./configure \
|
||||||
|
--build=${BUILDTARGET} \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-cxx
|
--enable-cxx
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
|
|||||||
Reference in New Issue
Block a user