diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-02-01 16:02:21 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 17:00:45 -0800 |
| commit | 0d44ea226dbcf308f7d2bf55231083592b327631 (patch) | |
| tree | 89e3f517f5f8edf9905afa0a36f3744697967602 | |
| parent | e2ca26b98a4abdd81a415b6ecdc4d185cad8c848 (diff) | |
| download | meta-xilinx-0d44ea226dbcf308f7d2bf55231083592b327631.tar.gz | |
gcc-cross: Dont override EXTRA_OECONF unless DISTRO is xilinx-standalone
For the xilinx-standalone DISTRO, we need to keep some of the configure
options that we lose when setting TCLIBC=newlib, although this should only
happen when we are selecting xilnx-standalone as the DISTRO, otherwise, we
would be overriding the configure options for GCC when this bbappend is parsed
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend index bfcda3d0..ef5d8190 100644 --- a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # overrides everything on EXTRA_OECONF for gcc cross target it avoids | 3 | # overrides everything on EXTRA_OECONF for gcc cross target it avoids |
| 4 | # overlapping with crt0 because of --enable-linker-id from EXTRA_OECONF | 4 | # overlapping with crt0 because of --enable-linker-id from EXTRA_OECONF |
| 5 | 5 | ||
| 6 | EXTRA_OECONF_BASE_pn-gcc-cross-${TARGET_ARCH}_append = " \ | 6 | EXTRA_OECONF_BASE_pn-gcc-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 7 | ${LTO} \ | 7 | ${LTO} \ |
| 8 | ${SSP} \ | 8 | ${SSP} \ |
| 9 | --enable-libitm \ | 9 | --enable-libitm \ |
