mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 10:57:07 +00:00
add TARGET_CFLAGS to configure for userland lib and util.
SVN-Revision: 3967
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user