diff options
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 4 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index 82dd15715f..d1802b5660 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
14 | 14 | ||
15 | 15 | ||
16 | PV = "4.5" | 16 | PV = "4.5" |
17 | PR = "r45" | 17 | PR = "r46" |
18 | 18 | ||
19 | # BINV should be incremented after updating to a revision | 19 | # BINV should be incremented after updating to a revision |
20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made | 20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made |
@@ -233,6 +233,8 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
233 | file://use-defaults.h-and-t-oe-in-B.patch \ | 233 | file://use-defaults.h-and-t-oe-in-B.patch \ |
234 | file://gcc-with-linker-hash-style.patch \ | 234 | file://gcc-with-linker-hash-style.patch \ |
235 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | 235 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ |
236 | \ | ||
237 | file://fortran-cross-compile-hack.patch \ | ||
236 | " | 238 | " |
237 | 239 | ||
238 | # Language Overrides | 240 | # Language Overrides |
diff --git a/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb b/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb index a34ab40ffb..e3b2d4ef76 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb +++ b/meta-oe/recipes-devtools/gcc/gcc-runtime_4.5.bb | |||
@@ -3,8 +3,6 @@ require recipes-devtools/gcc/gcc-${PV}.inc | |||
3 | require recipes-devtools/gcc/gcc-configure-runtime.inc | 3 | require recipes-devtools/gcc/gcc-configure-runtime.inc |
4 | require recipes-devtools/gcc/gcc-package-runtime.inc | 4 | require recipes-devtools/gcc/gcc-package-runtime.inc |
5 | 5 | ||
6 | SRC_URI_append = "file://fortran-cross-compile-hack.patch" | ||
7 | |||
8 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 6 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |
9 | 7 | ||
10 | EXTRA_OECONF += "--disable-libunwind-exceptions" | 8 | EXTRA_OECONF += "--disable-libunwind-exceptions" |