diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-04-06 17:36:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-08 10:53:31 +0100 |
commit | 3ed754b37566ea52016d0297cc3c0865d5fe3eb6 (patch) | |
tree | 685ff37ffd9458e266310d3a89635fc1a24bcf95 /meta/recipes-devtools/gcc/gcc-4.8.inc | |
parent | ca6b43cd8d5fb69f07b75f1de92f46e8767f9c99 (diff) | |
download | poky-3ed754b37566ea52016d0297cc3c0865d5fe3eb6.tar.gz |
gcc-4.8: Upgrade 4.8.2 -> 4.8.4
Drop already applied patches
This fixes random ICE seen on mips with large c++ files ( webkit )
Then there are several backports
Change-Id: Ie1c3acda2fda1b6cbd356416c860938f6cbd758e
(From OE-Core rev: ca228b117abe3dc40c996a006c9cbea91c17ccea)
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.8.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.8.inc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 06e6982d93..476aaf9914 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.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.8.2" | 5 | PV = "4.8.4" |
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.8.2" | 9 | BINV = "4.8.4" |
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.8:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.8:" |
12 | 12 | ||
@@ -60,23 +60,18 @@ SRC_URI = "\ | |||
60 | file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ | 60 | file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ |
61 | file://0035-wcast-qual-PR-55383.patch \ | 61 | file://0035-wcast-qual-PR-55383.patch \ |
62 | file://0038-gcc-4.8-build-args.patch \ | 62 | file://0038-gcc-4.8-build-args.patch \ |
63 | file://0039-gcc-4.8-PR57717.patch \ | ||
64 | file://0040-fix-g++-sysroot.patch \ | 63 | file://0040-fix-g++-sysroot.patch \ |
65 | file://0041-libtool-avoid-libdir.patch \ | 64 | file://0041-libtool-avoid-libdir.patch \ |
66 | file://0042-pr57748.patch \ | 65 | file://0042-pr57748.patch \ |
67 | file://0043-cpp.patch \ | 66 | file://0043-cpp.patch \ |
68 | file://0044-gengtypes.patch \ | 67 | file://0044-gengtypes.patch \ |
69 | file://0045-gcc-4.8-PR57717-PowerPC-E500v2.patch \ | ||
70 | file://0046-libatomic-deptracking.patch \ | 68 | file://0046-libatomic-deptracking.patch \ |
71 | file://0047-repomembug.patch \ | 69 | file://0047-repomembug.patch \ |
72 | file://0048-PR58854_fix_arm_apcs_epilogue.patch \ | ||
73 | file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ | 70 | file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ |
74 | file://0050-PR-target-58595.patch \ | ||
75 | file://0052-PR-rtl-optimization-61801.patch \ | ||
76 | file://target-gcc-includedir.patch \ | 71 | file://target-gcc-includedir.patch \ |
77 | " | 72 | " |
78 | SRC_URI[md5sum] = "a3d7d63b9cb6b6ea049469a0c4a43c9d" | 73 | SRC_URI[md5sum] = "5a84a30839b2aca22a2d723de2a626ec" |
79 | SRC_URI[sha256sum] = "09dc2276c73424bbbfda1dbddc62bbbf900c9f185acf7f3e1d773ce2d7e3cdc8" | 74 | SRC_URI[sha256sum] = "4a80aa23798b8e9b5793494b8c976b39b8d9aa2e53cd5ed5534aff662a7f8695" |
80 | 75 | ||
81 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 76 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
82 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 77 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" |