mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
Fix one parameter order issue for base_contains function, which impacts glibc build under new gcc. Add new judge code to determine whether <altivec.h> is needed. This fixes the mpeg2dec build failure under new gcc. Use O2 as the optimization flag to tinylogin as it will meet segfault if compiled by gcc-4.5.0 when enable both frename-registers and Os options. Use O2 instead. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 lines
360 B
BlitzBasic
13 lines
360 B
BlitzBasic
PR = "r8"
|
|
|
|
require gcc-${PV}.inc
|
|
require gcc-cross4.inc
|
|
|
|
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
|
|
|
|
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}"
|