projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use $(FPIC) in a few places where it matters
[openwrt.git]
/
package
/
gmp
/
Makefile
diff --git
a/package/gmp/Makefile
b/package/gmp/Makefile
index
846b997
..
59a826b
100644
(file)
--- a/
package/gmp/Makefile
+++ b/
package/gmp/Makefile
@@
-30,6
+30,7
@@
define Package/libgmp/description
signed integers, rational numbers, and floating point numbers.
endef
+TARGET_CFLAGS += $(FPIC)
CONFIGURE_VARS += CC="$(TARGET_CROSS)gcc"
CONFIGURE_ARGS += \
--enable-shared \
This page took
0.026692 seconds
and
4
git commands to generate.