aboutsummaryrefslogtreecommitdiff
path: root/makefiles/toolchain_gnu-arm-eabi.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-05-05 17:19:23 -0700
committerpx4dev <px4@purgatory.org>2013-05-05 17:19:23 -0700
commit3b65281f00150eaa29cfec1d4a4cb86fc83c326d (patch)
treedf4912dfabf18ce30bce30719577c09ec6c84fcb /makefiles/toolchain_gnu-arm-eabi.mk
parent1ca535b94145c94db04d0655c2f4fb25c76a717a (diff)
downloadpx4-firmware-3b65281f00150eaa29cfec1d4a4cb86fc83c326d.tar.gz
px4-firmware-3b65281f00150eaa29cfec1d4a4cb86fc83c326d.tar.bz2
px4-firmware-3b65281f00150eaa29cfec1d4a4cb86fc83c326d.zip
Remove EXTRAFLAGS compatibility hack.
Diffstat (limited to 'makefiles/toolchain_gnu-arm-eabi.mk')
-rw-r--r--makefiles/toolchain_gnu-arm-eabi.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk
index efb6b432a..0e651e53c 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -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 \