mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 06:49:39 +01:00
If not configured with --enable-target-optspace, gcc will report errors if there is '-Os' optimization in parameters. This fixes [BUGID #342] Also add "--enable-target-optspace" option to arm gcc configuration. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
11 lines
311 B
BlitzBasic
11 lines
311 B
BlitzBasic
PR = "r17"
|
|
|
|
require gcc-${PV}.inc
|
|
require gcc-cross4.inc
|
|
|
|
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|