mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
11 lines
301 B
BlitzBasic
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}"
|