summaryrefslogtreecommitdiffstats
path: root/make/custom/gen68360.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-06 20:15:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-06 20:15:43 +0000
commit26f27836a711c06145639991eab2c1b987f4a69c (patch)
tree2ad428461d3cfc7fb5513a228f184d9bf1b41974 /make/custom/gen68360.cfg
parent2002-08-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-26f27836a711c06145639991eab2c1b987f4a69c.tar.bz2
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
Diffstat (limited to '')
-rw-r--r--make/custom/gen68360.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index ff13022467..e24112cce8 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU=m68k
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
RTEMS_CPU_MODEL=m68040
else
-RTEMS_CPU_MODEL=mcpu32p
+RTEMS_CPU_MODEL=m68360
endif
include $(RTEMS_ROOT)/make/custom/default.cfg