summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 09:57:37 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:34 -0500
commitc20001c4fcecf347dce373fb46c1e2ebee6595eb (patch)
treeec890b19afbf471e6c36fd88b903013de6d48430 /bsps
parentqoriq: Move -Dxxx to configure.ac (diff)
downloadrtems-c20001c4fcecf347dce373fb46c1e2ebee6595eb.tar.bz2
ss555: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/ss555/config/ss555.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/bsps/powerpc/ss555/config/ss555.cfg b/bsps/powerpc/ss555/config/ss555.cfg
index 1745bb5cad..7054eaaea1 100644
--- a/bsps/powerpc/ss555/config/ss555.cfg
+++ b/bsps/powerpc/ss555/config/ss555.cfg
@@ -10,12 +10,11 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=powerpc
-GCC_CPU_MODEL=505
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -Dmpc555
+CPU_CFLAGS = -mcpu=505
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions