projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c8311
)
add cflags to uClibc compile
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Aug 2005 13:30:10 +0000
(13:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Aug 2005 13:30:10 +0000
(13:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1770
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/uClibc/Makefile
b/openwrt/toolchain/uClibc/Makefile
index
d40d8c6
..
e5f8d44
100644
(file)
--- a/
openwrt/toolchain/uClibc/Makefile
+++ b/
openwrt/toolchain/uClibc/Makefile
@@
-67,6
+67,7
@@
endif
DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
HOSTCC="$(HOSTCC)" \
+ CPU_CFLAGS="$(TARGET_CFLAGS)" \
pregen install_dev;
touch $(UCLIBC_DIR)/.configured
@@
-76,6
+77,7
@@
$(UCLIBC_DIR)/lib/libc.a: $(UCLIBC_DIR)/.configured $(LIBFLOAT_TARGET)
DEVEL_PREFIX=/ \
RUNTIME_PREFIX=/ \
HOSTCC="$(HOSTCC)" \
+ CPU_CFLAGS="$(TARGET_CFLAGS)" \
all
touch -c $(UCLIBC_DIR)/lib/libc.a