mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
From this bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44129 gcc 4.5.0 has target space optimization issues on arm also. Added a fix similar to ppc. This should fix [BUGID #212] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
12 lines
263 B
BlitzBasic
12 lines
263 B
BlitzBasic
PR = "r6"
|
|
|
|
require gcc-${PV}.inc
|
|
require gcc-configure-runtime.inc
|
|
require gcc-package-runtime.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions"
|