More CPU_CFLAGS: -meabi -msdata -fno-common

This commit is contained in:
Thomas Doerfler
2008-09-03 15:34:39 +00:00
parent d5982b4fd9
commit 7dc035bb3b
2 changed files with 7 additions and 1 deletions

View File

@@ -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>
* custom/bf537Stamp.cfg: New file.

View File

@@ -15,7 +15,9 @@ RTEMS_BSP_FAMILY=gen5200
# This contains the compiler options necessary to select the CPU model
# 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
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions