projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b271605
)
we have a minimal gcc target compiler since [13931], so use it in uClibc headers...
author
Nicolas Thill
<nico@openwrt.org>
Tue, 20 Jan 2009 22:25:42 +0000
(22:25 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 20 Jan 2009 22:25:42 +0000
(22:25 +0000)
SVN-Revision: 14123
toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index 0c01a25b54835d93e0439f057d116c4797ce38b2..8578ff0a153d56b4b40d4f09b9965735aae66c16 100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-130,6
+130,7
@@
define Build/Prepare
DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX="$(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev/" \
HOSTCC="$(HOSTCC)" \
+ CC="$(TARGET_CC)" \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
pregen install_dev;
endef