This commit is contained in:
Ralf Corsepius
2008-06-29 05:24:54 +00:00
parent e0652f1479
commit c8d2f3a5d8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-06-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/mcf5329.cfg: Use -mcpu=5307 instead of -m5307.
2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* custom/mcf5329.cfg: New file.

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mcf5329
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#CPU_CFLAGS = -mcpu=5329
CPU_CFLAGS = -m5307
CPU_CFLAGS = -mcpu=5307
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer