projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add squashfs 2.2 for kernel 2.6, cleanup broadcom patch, remove .orig files
[openwrt.git]
/
openwrt
/
toolchain
/
uClibc
/
Makefile
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)" \
DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
HOSTCC="$(HOSTCC)" \
+ CPU_CFLAGS="$(TARGET_CFLAGS)" \
pregen install_dev;
touch $(UCLIBC_DIR)/.configured
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)" \
DEVEL_PREFIX=/ \
RUNTIME_PREFIX=/ \
HOSTCC="$(HOSTCC)" \
+ CPU_CFLAGS="$(TARGET_CFLAGS)" \
all
touch -c $(UCLIBC_DIR)/lib/libc.a
all
touch -c $(UCLIBC_DIR)/lib/libc.a
This page took
0.025377 seconds
and
4
git commands to generate.