From eec76f3c38991a6b5b7ef3d9db77df623a0bc24b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 15:51:29 +0000 Subject: 2002-05-01 Ralf Corsepius * 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. --- make/custom/psim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/psim.cfg') 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 -- cgit v1.2.3