summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 15:51:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 15:51:29 +0000
commiteec76f3c38991a6b5b7ef3d9db77df623a0bc24b (patch)
treed4c77246337c9c40c88e270034e69aa6df02c017 /make/custom/psim.cfg
parent2001-05-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-eec76f3c38991a6b5b7ef3d9db77df623a0bc24b.tar.bz2
2002-05-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv177.cfg: Use -mcpu=603e. * custom/ppcn_60x.cfg: Use -mcpu=603e. * custom/psim.cfg: Use -mcpu=603e. * custom/score603e.cfg: Use -mcpu=603e. * custom/ts_386ex.cfg: Remove obsolete comments. * custom/rxgen960.cfg: Remove obsolete comments. * custom/cvme961.cfg: Remove obsolete comments.
Diffstat (limited to '')
-rw-r--r--make/custom/psim.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index b6b06d4815..846f64d80d 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=psim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
+CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
#-ffunction-sections
# optimize flag: typically -0, could use -O4 or -fast