mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:08:07 +02:00
add cflags to uClibc compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1770 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
244442b624
commit
dda7e72867
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user