projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f204c02
)
fix gmp ccache breakage again (previous fix was removed in a cleanup)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Oct 2006 11:08:18 +0000
(11:08 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Oct 2006 11:08:18 +0000
(11:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4924
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/gmp/Makefile
patch
|
blob
|
history
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 \
- --enable-static \
+ --enable-static, \
+ CC="$(TARGET_CROSS)gcc" \
)
endef
define Build/Compile
$(call Build/Compile/Default, \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ CC="$(TARGET_CC)" \
all install \
)
endef
This page took
0.024934 seconds
and
4
git commands to generate.