[rtems commit] bsp/psim: Use EABI and System V small-data area

Sebastian Huber sebh at rtems.org
Fri Jul 5 13:56:38 UTC 2013


Module:    rtems
Branch:    master
Commit:    cd7db89656fed33e2cdf494143476cdc6e990f1d
Changeset: http://git.rtems.org/rtems/commit/?id=cd7db89656fed33e2cdf494143476cdc6e990f1d

Author:    Ralf Kirchner <ralf.kirchner at embedded-brains.de>
Date:      Mon Jun 24 17:14:08 2013 +0200

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

---

 c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg |    2 +-
 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 459abbc..86955e2 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




More information about the vc mailing list