summaryrefslogtreecommitdiffstats
path: root/make/custom/efi332.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-16 02:26:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-16 02:26:50 +0000
commita902441a2532b4c56bf636cc38d979a13c07c056 (patch)
tree9e009228718cb80576512388cd4724bf5c5b5974 /make/custom/efi332.cfg
parentAdded ftpd server from Jake Janovetz <janovetz@tempest.ece.uiuc.edu>. (diff)
downloadrtems-a902441a2532b4c56bf636cc38d979a13c07c056.tar.bz2
Patch from John S. Gwynne <jgwynne@mrcday.com> to correct minor
problems that prevented the 19990302 snapshot from running on the efi332. I'm happy to report that rtems-19990302 is running on the efi332 board. I have enclosed a few minor patches below to the efi332 bsp. All patches are within that library but one. make/custom/efi332.cfg has a patch to select the right CPU_CFLAGS (at one time -m68332 was a problem... -mcpu32 or -m68332 work fine now).
Diffstat (limited to '')
-rw-r--r--make/custom/efi332.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index c02c30b7a5..67a7c0c602 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -14,10 +14,7 @@ RTEMS_BSP_FAMILY=efi332
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-#
-# XXX JRS - my gas does not grok -m68332
-#CPU_CFLAGS = -m68332
-CPU_CFLAGS = -m68020
+CPU_CFLAGS = -mcpu32
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer