[PATCH 1/2] bsp/leon2: Use hard-float by default

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jul 19 12:09:39 UTC 2017


---
 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 af1cb1b44d..4db836ea3b 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
-- 
2.12.3



More information about the devel mailing list