forked from Imagelibrary/rtems
More CPU_CFLAGS: -meabi -msdata -fno-common
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* custom/gen5200.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
|
||||||
|
|
||||||
2008-08-15 Allan Hessenflow <allanh@kallisti.com>
|
2008-08-15 Allan Hessenflow <allanh@kallisti.com>
|
||||||
|
|
||||||
* custom/bf537Stamp.cfg: New file.
|
* custom/bf537Stamp.cfg: New file.
|
||||||
|
|||||||
@@ -15,7 +15,9 @@ RTEMS_BSP_FAMILY=gen5200
|
|||||||
# 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=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
|
CPU_CFLAGS = -mcpu=603e -mstrict-align \
|
||||||
|
-meabi -msdata -fno-common \
|
||||||
|
-D$(RTEMS_BOARD_MODEL)
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
|
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
|
||||||
|
|||||||
Reference in New Issue
Block a user