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
|
endef
|
||||||
|
|
||||||
MAKE_VARS := \
|
MAKE_VARS := \
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) " \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CXXFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) " \
|
CXXFLAGS="$(TARGET_CFLAGS) " \
|
||||||
LDFLAGS="$(EXTRA_LDFLAGS) "
|
LDFLAGS="$(EXTRA_LDFLAGS) "
|
||||||
|
|
||||||
MAKE_FLAGS := \
|
MAKE_FLAGS := \
|
||||||
|
|
Loading…
Reference in a new issue