summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 09:47:40 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:32 -0500
commit2261ef2813c8814056f47b49e15066fb15a89cdb (patch)
treef1c2100edb9d2827f944ec6702308eb1a145a280 /bsps
parenthaleakala: Move -Dxxx to configure.ac (diff)
downloadrtems-2261ef2813c8814056f47b49e15066fb15a89cdb.tar.bz2
motorola_powerpc: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/motorola_powerpc/config/mcp750.cfg2
-rw-r--r--bsps/powerpc/motorola_powerpc/config/mtx603e.cfg2
-rw-r--r--bsps/powerpc/motorola_powerpc/config/mvme2100.cfg2
-rw-r--r--bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg4
-rw-r--r--bsps/powerpc/motorola_powerpc/config/qemuprep.cfg4
5 files changed, 7 insertions, 7 deletions
diff --git a/bsps/powerpc/motorola_powerpc/config/mcp750.cfg b/bsps/powerpc/motorola_powerpc/config/mcp750.cfg
index 691a76a65a..24abc47bdb 100644
--- a/bsps/powerpc/motorola_powerpc/config/mcp750.cfg
+++ b/bsps/powerpc/motorola_powerpc/config/mcp750.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=750 -Dmpc750
+CPU_CFLAGS = -mcpu=750
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -mmultiple -mstring -mstrict-align
diff --git a/bsps/powerpc/motorola_powerpc/config/mtx603e.cfg b/bsps/powerpc/motorola_powerpc/config/mtx603e.cfg
index dd889b8e70..cc0d4f4b58 100644
--- a/bsps/powerpc/motorola_powerpc/config/mtx603e.cfg
+++ b/bsps/powerpc/motorola_powerpc/config/mtx603e.cfg
@@ -8,7 +8,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=603e -Dppc603e
+CPU_CFLAGS = -mcpu=603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -mmultiple -mstring -mstrict-align
diff --git a/bsps/powerpc/motorola_powerpc/config/mvme2100.cfg b/bsps/powerpc/motorola_powerpc/config/mvme2100.cfg
index e358c2d7af..2361df15e1 100644
--- a/bsps/powerpc/motorola_powerpc/config/mvme2100.cfg
+++ b/bsps/powerpc/motorola_powerpc/config/mvme2100.cfg
@@ -8,7 +8,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=603e -Dppc603e
+CPU_CFLAGS = -mcpu=603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -mmultiple -mstring -mstrict-align
diff --git a/bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg b/bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg
index 9d09089f94..ed9cfa5ddc 100644
--- a/bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg
+++ b/bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg
@@ -1,5 +1,5 @@
#
-# Config file for the PowerPC 604 based mvme2307
+# Config file for the QemuPrep w/Altivec
#
include $(RTEMS_ROOT)/make/custom/default.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=7400 -mmultiple -mstring -mstrict-align -D__ppc_generic
+CPU_CFLAGS = -mcpu=7400 -mmultiple -mstring -mstrict-align
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/bsps/powerpc/motorola_powerpc/config/qemuprep.cfg b/bsps/powerpc/motorola_powerpc/config/qemuprep.cfg
index fa5abd6bba..4ff7bd07b9 100644
--- a/bsps/powerpc/motorola_powerpc/config/qemuprep.cfg
+++ b/bsps/powerpc/motorola_powerpc/config/qemuprep.cfg
@@ -1,5 +1,5 @@
#
-# Config file for the PowerPC 604 based mvme2307
+# Config file for the QemuPrep w/o Altivec
#
include $(RTEMS_ROOT)/make/custom/default.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=powerpc -mmultiple -mstring -mstrict-align -D__ppc_generic
+CPU_CFLAGS = -mcpu=powerpc -mmultiple -mstring -mstrict-align
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g