mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 09:09:44 +01:00
remove old variables
SVN-Revision: 6379
This commit is contained in:
parent
5e50dd560a
commit
27fd6cee56
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue