mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 16:24:07 +08:00
Remove EXTRAFLAGS compatibility hack.
This commit is contained in:
parent
1ca535b941
commit
3b65281f00
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user