mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user