From 17e8e0e393ef5e7a14952e82005749ce7f31ad3f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 24 Dec 2015 13:47:28 -0600 Subject: [PATCH] LaunchXL-TMS57004: Fix ARCHCPUFLAGS --- configs/launchxl-tms57004/nsh/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/launchxl-tms57004/nsh/Make.defs b/configs/launchxl-tms57004/nsh/Make.defs index b0347a3f85..91fe68b023 100644 --- a/configs/launchxl-tms57004/nsh/Make.defs +++ b/configs/launchxl-tms57004/nsh/Make.defs @@ -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