bsp/psim: Use EABI and System V small-data area

This commit is contained in:
Ralf Kirchner
2013-07-05 16:01:03 +02:00
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
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=603e -Dppc603e
CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions