mirror of https://github.com/hak5/openwrt.git
tools/gmp: Remove obsolete options
Remove mpbsd argument Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>master
parent
4b591c5e6b
commit
477d1c540e
|
@ -25,8 +25,7 @@ HOST_CONFIGURE_ARGS += \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--disable-assembly \
|
--disable-assembly \
|
||||||
--enable-cxx \
|
--enable-cxx
|
||||||
--enable-mpbsd
|
|
||||||
|
|
||||||
ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32)
|
ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32)
|
||||||
HOST_CONFIGURE_ARGS += ABI=x32
|
HOST_CONFIGURE_ARGS += ABI=x32
|
||||||
|
|
Loading…
Reference in New Issue