[rtems commit] bsp/leon2: Use hard-float by default
Sebastian Huber
sebh at rtems.org
Tue Jul 25 09:44:01 UTC 2017
Module: rtems
Branch: master
Commit: 9f84bdb09ac1cc839d5e344e02e8afa766f59f71
Changeset: http://git.rtems.org/rtems/commit/?id=9f84bdb09ac1cc839d5e344e02e8afa766f59f71
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Jul 19 14:05:24 2017 +0200
bsp/leon2: Use hard-float by default
---
c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg b/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg
index af1cb1b..4db836e 100644
--- a/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg
+++ b/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=leon2
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=cypress -msoft-float
+CPU_CFLAGS = -mcpu=leon
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
More information about the vc
mailing list