summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Kirchner <ralf.kirchner@embedded-brains.de>2013-06-24 17:14:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-05 16:01:03 +0200
commitcd7db89656fed33e2cdf494143476cdc6e990f1d (patch)
treecb6f874503add7f28e9f7247234303f77998842b /c
parentbsps/powerpc: Avoid placement in small-data area (diff)
downloadrtems-cd7db89656fed33e2cdf494143476cdc6e990f1d.tar.bz2
bsp/psim: Use EABI and System V small-data area
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg b/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
index 459abbcf8a..86955e23ec 100644
--- a/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
+++ b/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
@@ -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