aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commitdb2d11eee8f1d6331491b23a276d4aa223ce6dd3 (patch)
treeae6838c11ca8766417e435a3b92f61d45621d6e5 /tools
parent7c4029774102f02c4f085e3a785e4db1ed23600a (diff)
downloadupstream-db2d11eee8f1d6331491b23a276d4aa223ce6dd3.tar.gz
upstream-db2d11eee8f1d6331491b23a276d4aa223ce6dd3.tar.bz2
upstream-db2d11eee8f1d6331491b23a276d4aa223ce6dd3.zip
gmp: disable assembly to fix build on systems that use PIE binaries
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45887 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-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