summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2017-11-30 13:59:11 +0100
committerBuild <build@gaisler.com>2017-11-30 14:02:10 +0100
commitfa942802719497ad2808a453d6465076ec24f173 (patch)
treefe3915d9ccef6ad57d10b54f9a03d9ac8911e81d
parent69aa997972c94f15260c0983e1c0eed58b5a0572 (diff)
leon3: build-cfg enables all errata work-aroundsrcc-v1.2.23rcc-v1.2.22
This update means that the defualt leon3 BSP build flags will enable all LEON3 devices errata work-arounds. The pre-compiled RTEMS kernel libraries will thus be compatible with UT699, GR712RC, UT700 and UT699E. As before, to generate faster code the leon3.cfg shuold be updated with the optimial settings for the target deviuce and RTEMS kernel rebuilt.
-rw-r--r--c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg b/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
index d922cb7404..48f125b551 100644
--- a/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
+++ b/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
@@ -11,7 +11,7 @@ RTEMS_CPU_MODEL=leon3
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=cypress -msoft-float -mtune=ut699
+CPU_CFLAGS = -mcpu=cypress -msoft-float -mtune=ut699 -mfix-ut700 -mfix-gr712rc
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g