mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:15:00 +02:00
add TARGET_CFLAGS to configure for userland lib and util.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3967 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
46a635746c
commit
2a5404c81d
@ -36,6 +36,7 @@ define Build/Configure
|
||||
touch include/config.h.in ; \
|
||||
touch configure ; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
Loading…
Reference in New Issue
Block a user