瀏覽代碼

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

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 45887
Felix Fietkau 10 年之前
父節點
當前提交
2c74406aa2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/gmp/Makefile

+ 1 - 0
tools/gmp/Makefile

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