diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-09 08:32:43 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-12 11:38:14 -0800 |
| commit | 2a41a15473fa4d965095422bc9ee7a9a9b9b627b (patch) | |
| tree | 69a4b311beff6c192cbd691512de4d92e39e3649 /meta-xilinx-standalone/recipes-devtools/gcc | |
| parent | e4630007b3feaa72a77887ebd4a76f04ce4aec54 (diff) | |
| download | meta-xilinx-2a41a15473fa4d965095422bc9ee7a9a9b9b627b.tar.gz | |
gcc standalone: Add workaround for microblaze -Os bug
Remove -enable-target-optspace, which forces -Os when building various
internal libraries.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-devtools/gcc')
| -rw-r--r-- | meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend | 1 | ||||
| -rw-r--r-- | meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend index d2a174d5..cbf43008 100644 --- a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend +++ b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend | |||
| @@ -37,7 +37,6 @@ EXTRA_OECONF:append:xilinx-standalone:armv8r:class-target = " \ | |||
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | EXTRA_OECONF:append:xilinx-standalone:microblaze:class-target = " \ | 39 | EXTRA_OECONF:append:xilinx-standalone:microblaze:class-target = " \ |
| 40 | --enable-target-optspace \ | ||
| 41 | --without-long-double-128 \ | 40 | --without-long-double-128 \ |
| 42 | " | 41 | " |
| 43 | 42 | ||
diff --git a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc index ec76d518..ca14529c 100644 --- a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc +++ b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc | |||
| @@ -32,6 +32,5 @@ EXTRA_OECONF:append:xilinx-standalone:armv8r = " \ | |||
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | EXTRA_OECONF:append:xilinx-standalone:microblaze = " \ | 34 | EXTRA_OECONF:append:xilinx-standalone:microblaze = " \ |
| 35 | --enable-target-optspace \ | ||
| 36 | --without-long-double-128 \ | 35 | --without-long-double-128 \ |
| 37 | " | 36 | " |
