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 | 2c74406aa264a4d36dff80af2612a9dbadf30c31 (patch) | |
tree | add64be864c8bf1140abdb597ff08d3ab554482e /tools/gmp | |
parent | 555df40af9d429b1bc35bbe4de1cbc6c6c8189ac (diff) | |
download | upstream-2c74406aa264a4d36dff80af2612a9dbadf30c31.tar.gz upstream-2c74406aa264a4d36dff80af2612a9dbadf30c31.tar.bz2 upstream-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/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 |