mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
remove old variables
SVN-Revision: 6379
This commit is contained in:
parent
5e50dd560a
commit
27fd6cee56
@ -331,8 +331,8 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
MAKE_VARS := \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) " \
|
||||
CXXFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) " \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CXXFLAGS="$(TARGET_CFLAGS) " \
|
||||
LDFLAGS="$(EXTRA_LDFLAGS) "
|
||||
|
||||
MAKE_FLAGS := \
|
||||
|
Loading…
Reference in New Issue
Block a user