forked from Imagelibrary/rtems
bsp/psim: Use EABI and System V small-data area
This commit is contained in:
committed by
Sebastian Huber
parent
3da02169c7
commit
cd7db89656
@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=mpc6xx
|
|||||||
|
|
||||||
# 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 -Dppc603e
|
CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e
|
||||||
|
|
||||||
# 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