gcc-cross,gcc-cross-sdk,gcc-cross-canadian-sdk: Disable nls when using uclibc
[openembedded.git] / recipes / gcc / gcc-cross_4.5.bb
blob94862bd86fdbe204b5cfa07b9ee4408cc28aced3
1 require gcc-${PV}.inc
2 require gcc-cross4.inc
4 PR = "${INC_PR}.1"
6 NATIVEDEPS += "libmpc-native libelf-native"
7 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
9 EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
10 -with-libelf=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib"
12 ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"