Files
meta-openembedded/recipes-devtools/gcc/gcc-cross_4.5.bb

11 lines
301 B
BlitzBasic

PR = "${INC_PR}.2"
require gcc-${PV}.inc
require gcc-cross4.inc
EXTRA_OECONF += "--disable-libunwind-exceptions \
--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
--with-system-zlib "
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"