projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a configuration option to enable full c99 math in libm. this is needed for funct...
[openwrt.git]
/
package
/
gmp
/
Makefile
diff --git
a/package/gmp/Makefile
b/package/gmp/Makefile
index
43afab3
..
1470ead
100644
(file)
--- a/
package/gmp/Makefile
+++ b/
package/gmp/Makefile
@@
-32,13
+32,15
@@
endef
define Build/Configure
$(call Build/Configure/Default, \
--enable-shared \
define Build/Configure
$(call Build/Configure/Default, \
--enable-shared \
- --enable-static \
+ --enable-static, \
+ CC="$(TARGET_CROSS)gcc" \
)
endef
define Build/Compile
$(call Build/Compile/Default, \
DESTDIR="$(PKG_INSTALL_DIR)" \
)
endef
define Build/Compile
$(call Build/Compile/Default, \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ CC="$(TARGET_CC)" \
all install \
)
endef
all install \
)
endef
This page took
0.023353 seconds
and
4
git commands to generate.