LaunchXL-TMS57004: Fix ARCHCPUFLAGS

This commit is contained in:
Gregory Nutt 2015-12-24 13:47:28 -06:00
parent 7cae9df493
commit 17e8e0e393

View file

@ -68,7 +68,7 @@ ifneq ($(CONFIG_DEBUG_NOOPT),y)
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
endif
ARCHCPUFLAGS = -mcpu=cortex-a5 -mfpu=vfpv4-d16
ARCHCPUFLAGS = -mcpu=cortex-r4
ARCHCFLAGS = -fno-builtin
ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fno-rtti
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef