aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend
blob: bfcda3d0d2d4daed743207b3610b9f8771d2cebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# By using tclibc-baremetal we loose sysroot functionality due to some
# append/override behavior We need to get that back , the following append
# overrides everything on EXTRA_OECONF for gcc cross target it avoids
# overlapping with crt0 because of --enable-linker-id from EXTRA_OECONF

EXTRA_OECONF_BASE_pn-gcc-cross-${TARGET_ARCH}_append = " \
    ${LTO} \
    ${SSP} \
    --enable-libitm \
    --disable-bootstrap \
    --disable-libmudflap \
    --with-system-zlib \
    --with-ppl=no \
    --with-cloog=no \
    --enable-checking=release \
    --enable-cheaders=c_global \
    --without-isl \
"