summaryrefslogtreecommitdiffstats
path: root/tools/gmp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-04 21:44:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-04 21:44:52 +0000
commit2c74406aa264a4d36dff80af2612a9dbadf30c31 (patch)
treeadd64be864c8bf1140abdb597ff08d3ab554482e /tools/gmp
parent555df40af9d429b1bc35bbe4de1cbc6c6c8189ac (diff)
downloadmaster-31e0f0ae-2c74406aa264a4d36dff80af2612a9dbadf30c31.tar.gz
master-31e0f0ae-2c74406aa264a4d36dff80af2612a9dbadf30c31.tar.bz2
master-31e0f0ae-2c74406aa264a4d36dff80af2612a9dbadf30c31.zip
gmp: disable assembly to fix build on systems that use PIE binaries
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45887
Diffstat (limited to 'tools/gmp')
-rw-r--r--tools/gmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index b1976d0cc3..fac05e3568 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -24,6 +24,7 @@ unexport CFLAGS
HOST_CONFIGURE_ARGS += \
--enable-static \
--disable-shared \
+ --disable-assembly \
--enable-cxx \
--enable-mpbsd