summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme2307.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 19:26:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 19:26:14 +0000
commit73e3614f9e51299172b7e148407b5a6e04a244a2 (patch)
tree459374188f8eb8400dc52d23da3ab2021c113b33 /make/custom/mvme2307.cfg
parent2003-03-18 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-73e3614f9e51299172b7e148407b5a6e04a244a2.tar.bz2
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS.
Diffstat (limited to '')
-rw-r--r--make/custom/mvme2307.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index 775a3e181c..0d188960f9 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -Dmpc604
+CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -meabi -msdata=eabi
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS