summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2019-02-01 16:02:21 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2019-12-09 17:00:45 -0800
commit0d44ea226dbcf308f7d2bf55231083592b327631 (patch)
tree89e3f517f5f8edf9905afa0a36f3744697967602
parente2ca26b98a4abdd81a415b6ecdc4d185cad8c848 (diff)
downloadmeta-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_%.bbappend2
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
6EXTRA_OECONF_BASE_pn-gcc-cross-${TARGET_ARCH}_append = " \ 6EXTRA_OECONF_BASE_pn-gcc-cross-${TARGET_ARCH}_xilinx-standalone_append = " \
7 ${LTO} \ 7 ${LTO} \
8 ${SSP} \ 8 ${SSP} \
9 --enable-libitm \ 9 --enable-libitm \