mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
Removed these patches which are not needed anymore.
gcc-4.5.0_to_svn_162697.patch.bz2 : All the commits in this patch is
part of the 4.5.1 branch. So moving to 4.5.1 makes this patch
obsolete
gcc_revert_base_version_to_4.5.0.patch: moving to 4.5.1 removes need
of this patch
gcc-pr43698-arm-rev-instr.patch: upstream has this fix.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
12 lines
263 B
BlitzBasic
12 lines
263 B
BlitzBasic
PR = "r0"
|
|
|
|
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"
|