summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 21:57:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 21:57:39 +0000
commit588b68976f293070ff564d7c110b302b362f28ff (patch)
treea9b46ee83c9a51f16edeaac0df6351f1492b319c
parentRenamed exception constants per requests from Erik Ivanenko (diff)
downloadrtems-588b68976f293070ff564d7c110b302b362f28ff.tar.bz2
Bug report from Peter Mueller <pmueller@decrc.abb.de>:
I use the m68k/efi332 BSP together with a home made board. After some time of debugging I found that the m68020 CPU is used to build rtems. This is not correct, because the 68332 does not have some of the 68020 features (no separate int stack ...). It is necessary to change this to mcpu32. After a clean/make everything works fine.
-rw-r--r--make/custom/efi332.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index e985ef14e0..d965545ede 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k
-RTEMS_CPU_MODEL=m68332
+RTEMS_CPU_MODEL=mcpu32
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=efi332