From 588b68976f293070ff564d7c110b302b362f28ff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Nov 1998 21:57:39 +0000 Subject: Bug report from Peter Mueller : 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. --- make/custom/efi332.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3