summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.9.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-07-09 10:52:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-12 22:55:39 +0100
commitee9e365eca225a1885ca1ebf41912768394cb9f2 (patch)
tree252bd1fac07c76beef836c342b8d59d371ed6f9b /meta/recipes-devtools/gcc/gcc-4.9.inc
parent0ae9afd526b977327847628ded566b9ac624ae35 (diff)
downloadpoky-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.inc11
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
5PV = "4.9.2" 5PV = "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
9BINV = "4.9.2" 9BINV = "4.9.3"
10 10
11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:" 11FILESEXTRAPATHS =. "${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"
83SRC_URI[md5sum] = "4df8ee253b7f3863ad0b86359cd39c43" 82SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327"
84SRC_URI[sha256sum] = "2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd" 83SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e"
85 84
86S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" 85S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
87B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" 86B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"