mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +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>
11 lines
221 B
BlitzBasic
11 lines
221 B
BlitzBasic
PR = "r10"
|
|
|
|
require gcc-${PV}.inc
|
|
require gcc-configure-target.inc
|
|
require gcc-package-target.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|