summaryrefslogtreecommitdiff
path: root/bsps/sparc/leon3/config/ut700.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/leon3/config/ut700.cfg')
-rw-r--r--bsps/sparc/leon3/config/ut700.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsps/sparc/leon3/config/ut700.cfg b/bsps/sparc/leon3/config/ut700.cfg
index bcca9010ed..5c6fff8098 100644
--- a/bsps/sparc/leon3/config/ut700.cfg
+++ b/bsps/sparc/leon3/config/ut700.cfg
@@ -8,7 +8,8 @@ RTEMS_CPU=sparc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=leon3 -mfix-ut700
+# -D__FIX_LEON3FT_TN0018 enables kernel work around for GRLIB-TN-0018 errata
+CPU_CFLAGS = -mcpu=leon3 -mfix-ut700 -D__FIX_LEON3FT_TN0018
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g