diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-01-24 16:47:56 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-01-24 16:56:12 -0800 |
| commit | d64011b4e8e4fbc42a16ae6c11ec7198a2605f46 (patch) | |
| tree | fdc08a939a187bfa28ea8215682b60f62541c9e5 | |
| parent | 7e99d6d01b7b685048b35ac77ea6938ab2708097 (diff) | |
| download | meta-xilinx-d64011b4e8e4fbc42a16ae6c11ec7198a2605f46.tar.gz | |
gcc: Remove cortexa53 errata fixes
The Xilinx errata documents does not list the parts as affected by these
errata, so remove them in order to generate better code.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend | 2 | ||||
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend index d7531752..71abfd0d 100644 --- a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend | |||
| @@ -14,8 +14,6 @@ EXTRA_OECONF_append_xilinx-standalone_class-target = " \ | |||
| 14 | 14 | ||
| 15 | EXTRA_OECONF_append_xilinx-standalone_aarch64_class-target = " \ | 15 | EXTRA_OECONF_append_xilinx-standalone_aarch64_class-target = " \ |
| 16 | --disable-multiarch \ | 16 | --disable-multiarch \ |
| 17 | --enable-fix-cortex-a53-835769 \ | ||
| 18 | --enable-fix-cortex-a53-843419 \ | ||
| 19 | --with-arch=armv8-a \ | 17 | --with-arch=armv8-a \ |
| 20 | " | 18 | " |
| 21 | 19 | ||
diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc index 83834c18..299e16a8 100644 --- a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc | |||
| @@ -15,8 +15,6 @@ EXTRA_OECONF_append_xilinx-standalone = " \ | |||
| 15 | 15 | ||
| 16 | EXTRA_OECONF_append_xilinx-standalone_aarch64 = " \ | 16 | EXTRA_OECONF_append_xilinx-standalone_aarch64 = " \ |
| 17 | --disable-multiarch \ | 17 | --disable-multiarch \ |
| 18 | --enable-fix-cortex-a53-835769 \ | ||
| 19 | --enable-fix-cortex-a53-843419 \ | ||
| 20 | --with-arch=armv8-a \ | 18 | --with-arch=armv8-a \ |
| 21 | " | 19 | " |
| 22 | 20 | ||
