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/score603e.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/score603e.cfg') diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg index 249076286f..5dbe9d8ab8 100644 --- a/make/custom/score603e.cfg +++ b/make/custom/score603e.cfg @@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=score603e # 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 # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS -- cgit v1.2.3