diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-04 21:44:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-04 21:44:52 +0000 |
commit | db2d11eee8f1d6331491b23a276d4aa223ce6dd3 (patch) | |
tree | ae6838c11ca8766417e435a3b92f61d45621d6e5 | |
parent | 7c4029774102f02c4f085e3a785e4db1ed23600a (diff) | |
download | master-187ad058-db2d11eee8f1d6331491b23a276d4aa223ce6dd3.tar.gz master-187ad058-db2d11eee8f1d6331491b23a276d4aa223ce6dd3.tar.bz2 master-187ad058-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
-rw-r--r-- | tools/gmp/Makefile | 1 |
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 |