mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
changes
This commit is contained in:
@@ -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>
|
2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||||
|
|
||||||
* custom/mcf5329.cfg: New file.
|
* custom/mcf5329.cfg: New file.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mcf5329
|
|||||||
# This contains the compiler options necessary to select the CPU model
|
# This contains the compiler options necessary to select the CPU model
|
||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
#CPU_CFLAGS = -mcpu=5329
|
#CPU_CFLAGS = -mcpu=5329
|
||||||
CPU_CFLAGS = -m5307
|
CPU_CFLAGS = -mcpu=5307
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||||
|
|||||||
Reference in New Issue
Block a user