projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555df40
)
gmp: disable assembly to fix build on systems that use PIE binaries
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 4 Jun 2015 21:44:52 +0000
(21:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 4 Jun 2015 21:44:52 +0000
(21:44 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45887
tools/gmp/Makefile
patch
|
blob
|
history
diff --git
a/tools/gmp/Makefile
b/tools/gmp/Makefile
index b1976d0cc3db77adb9c3a7d4ed8710c45308abc8..fac05e356820e0d7dd92f567e15b9d9e1d02d928 100644
(file)
--- 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