diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-07-09 10:52:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-12 22:55:39 +0100 |
commit | ee9e365eca225a1885ca1ebf41912768394cb9f2 (patch) | |
tree | 252bd1fac07c76beef836c342b8d59d371ed6f9b /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 0ae9afd526b977327847628ded566b9ac624ae35 (diff) | |
download | poky-ee9e365eca225a1885ca1ebf41912768394cb9f2.tar.gz |
gcc-4.9: Upgrade to 4.9.3
Drop upsteamed patch for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66483 which is already in
4.9.3
rename 0063-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
to 0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch to
keep the sequence
(From OE-Core rev: 626f7c1b848defe1fb34c2b2c3f0664dca2a8366)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 9ed3e09dbd..d61eca7672 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -2,11 +2,11 @@ require gcc-common.inc | |||
2 | 2 | ||
3 | # Third digit in PV should be incremented after a minor release | 3 | # Third digit in PV should be incremented after a minor release |
4 | 4 | ||
5 | PV = "4.9.2" | 5 | PV = "4.9.3" |
6 | 6 | ||
7 | # BINV should be incremented to a revision after a minor gcc release | 7 | # BINV should be incremented to a revision after a minor gcc release |
8 | 8 | ||
9 | BINV = "4.9.2" | 9 | BINV = "4.9.3" |
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:" |
12 | 12 | ||
@@ -77,11 +77,10 @@ SRC_URI = "\ | |||
77 | file://0059-gcc-PR-rtl-optimization-63348.patch \ | 77 | file://0059-gcc-PR-rtl-optimization-63348.patch \ |
78 | file://0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch \ | 78 | file://0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch \ |
79 | file://0061-target-gcc-includedir.patch \ | 79 | file://0061-target-gcc-includedir.patch \ |
80 | file://0062-gcc-var-tracking.c-backport-from-gcc-trunk-r212178.patch \ | 80 | file://0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch \ |
81 | file://0063-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch \ | ||
82 | " | 81 | " |
83 | SRC_URI[md5sum] = "4df8ee253b7f3863ad0b86359cd39c43" | 82 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" |
84 | SRC_URI[sha256sum] = "2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd" | 83 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" |
85 | 84 | ||
86 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 85 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
87 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 86 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" |