mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02: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>
13 lines
361 B
BlitzBasic
13 lines
361 B
BlitzBasic
PR = "r10"
|
|
|
|
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}"
|