소스 검색

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 += \
 	--enable-static \
 	--disable-shared \
+	--disable-assembly \
 	--enable-cxx \
 	--enable-mpbsd