summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-19 14:05:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-25 11:41:09 +0200
commit9f84bdb09ac1cc839d5e344e02e8afa766f59f71 (patch)
tree49604facbbf5b7e4437230262a7141e419905986
parentposix: fix warnings with mmap from heap/wkspace (diff)
downloadrtems-9f84bdb09ac1cc839d5e344e02e8afa766f59f71.tar.bz2
bsp/leon2: Use hard-float by default
-rw-r--r--c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg2
1 files changed, 1 insertions, 1 deletions
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