[rtems commit] bsp/qoriq: Use System V small-data area
Sebastian Huber
sebh at rtems.org
Tue Dec 3 11:52:17 UTC 2013
Module: rtems
Branch: master
Commit: f339afb47fdc35cfcf9cb33155d90774e6a5448a
Changeset: http://git.rtems.org/rtems/commit/?id=f339afb47fdc35cfcf9cb33155d90774e6a5448a
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Dec 3 09:51:13 2013 +0100
bsp/qoriq: Use System V small-data area
---
.../lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
index 8995eec..63bc009 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
@@ -8,7 +8,7 @@ RTEMS_CPU = powerpc
RTEMS_CPU_MODEL = qoriq
-CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -mstrict-align \
+CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -mstrict-align \
-mspe -mabi=spe -mfloat-gprs=double \
-D__ppc_generic
More information about the vc
mailing list