summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-06-29 05:24:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-06-29 05:24:54 +0000
commitc8d2f3a5d8a1a9c31d84bfb0b5439f0b82cde02b (patch)
tree5b990279db3f2e5efb2a9f42094c6457c265f8d8 /make
parent2008-06-27 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c8d2f3a5d8a1a9c31d84bfb0b5439f0b82cde02b.tar.bz2
changes
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/mcf5329.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 22d601aaac..521110da42 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -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.
diff --git a/make/custom/mcf5329.cfg b/make/custom/mcf5329.cfg
index e52126b438..abe9bfaa82 100644
--- a/make/custom/mcf5329.cfg
+++ b/make/custom/mcf5329.cfg
@@ -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