diff options
| author | Daniel Engberg | 2020-02-03 13:04:07 +0000 |
|---|---|---|
| committer | Hans Dedecker | 2020-02-18 20:39:23 +0000 |
| commit | 477d1c540e1f507f4d9a5184f4305faa52c06ee0 (patch) | |
| tree | c6d43c157dd283b19de1960636ae65291f92be6a | |
| parent | 4b591c5e6bd1450063bac82fcf3a572c762f456d (diff) | |
| download | openwrt-477d1c540e1f507f4d9a5184f4305faa52c06ee0.tar.gz | |
tools/gmp: Remove obsolete options
Remove mpbsd argument
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
| -rw-r--r-- | tools/gmp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 16a4410c31..36d51eb711 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -25,8 +25,7 @@ HOST_CONFIGURE_ARGS += \ --enable-static \ --disable-shared \ --disable-assembly \ - --enable-cxx \ - --enable-mpbsd + --enable-cxx ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32) HOST_CONFIGURE_ARGS += ABI=x32 |