Remove EXTRAFLAGS compatibility hack.

This commit is contained in:
px4dev 2013-05-05 17:19:23 -07:00
parent 1ca535b941
commit 3b65281f00
1 changed files with 0 additions and 8 deletions

View File

@ -98,14 +98,6 @@ INSTRUMENTATIONDEFINES = -finstrument-functions \
ARCHCFLAGS = -std=gnu99
ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x
# Compatibility
# XXX remove this once downstream users are fixed
#
ifneq ($(EXTRAFLAGS),)
$(warning EXTRAFLAGS is deprecated, use EXTRADEFINES for common pre-processor definitions. See also EXTRACFLAGS, EXTRACXXFLAGS and EXTRALDFLAGS.)
EXTRADEFINES += $(EXTRAFLAGS)
endif
# Generic warnings
#
ARCHWARNINGS = -Wall \