gmp: disable assembly to fix build on systems that use PIE binaries

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45887
master
Felix Fietkau 9 years ago
parent 555df40af9
commit 2c74406aa2
  1. 1
      tools/gmp/Makefile

@ -24,6 +24,7 @@ unexport CFLAGS
HOST_CONFIGURE_ARGS += \
--enable-static \
--disable-shared \
--disable-assembly \
--enable-cxx \
--enable-mpbsd

Loading…
Cancel
Save