diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-02-02 01:51:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:29 +0000 |
commit | a55d5374e03d694dd6de9f6de51e14d73f7cca75 (patch) | |
tree | fa2ce1c9601a82fb8cbb7592000ca6134562d5f2 /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 18b3cfdf4cfeaf93c4c0e91c16999a90d3edc25c (diff) | |
download | poky-a55d5374e03d694dd6de9f6de51e14d73f7cca75.tar.gz |
gcc: Upgrade 4.9.1 -> 4.9.2
Delete backported patch which are present in 4.9.2
backport patched from upstream gcc trunk to fix
[YOCTO #6824]
Change-Id: Ia0067940471d4c5d9d62089bf6f18f3a9c2bfedd
(From OE-Core rev: bdd8d7db74ad6927cd54f38c3e87246a36b2c319)
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 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 0f407b7d5d..3af87d1cc6 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.1" | 5 | PV = "4.9.2" |
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.1" | 9 | BINV = "4.9.2" |
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:" |
12 | 12 | ||
@@ -67,17 +67,19 @@ SRC_URI = "\ | |||
67 | file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ | 67 | file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ |
68 | file://0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch \ | 68 | file://0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch \ |
69 | file://0051-eabispe.patch \ | 69 | file://0051-eabispe.patch \ |
70 | file://0052-Add-target-hook-to-override-DWARF2-frame-register-si.patch \ | ||
70 | file://0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch \ | 71 | file://0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch \ |
71 | file://0054-gcc-Makefile.in-fix-parallel-building-failure.patch \ | 72 | file://0054-gcc-Makefile.in-fix-parallel-building-failure.patch \ |
72 | file://0055-PR-rtl-optimization-61801.patch \ | 73 | file://0055-dwarf-reg-processing-helper.patch \ |
73 | file://0056-top-level-reorder_gcc-bug-61144.patch \ | 74 | file://0056-define-default-cfa-register-mapping.patch \ |
74 | file://0057-aarch64-config.patch \ | 75 | file://0057-aarch64-config.patch \ |
75 | file://0058-gcc-r212171.patch \ | 76 | file://0058-gcc-r212171.patch \ |
76 | file://0059-gcc-PR-rtl-optimization-63348.patch \ | 77 | file://0059-gcc-PR-rtl-optimization-63348.patch \ |
77 | file://target-gcc-includedir.patch \ | 78 | file://0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch \ |
79 | file://0061-target-gcc-includedir.patch \ | ||
78 | " | 80 | " |
79 | SRC_URI[md5sum] = "fddf71348546af523353bd43d34919c1" | 81 | SRC_URI[md5sum] = "4df8ee253b7f3863ad0b86359cd39c43" |
80 | SRC_URI[sha256sum] = "d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e" | 82 | SRC_URI[sha256sum] = "2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd" |
81 | 83 | ||
82 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 84 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
83 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 85 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" |
@@ -125,10 +127,8 @@ EXTRA_OECONF_INTERMEDIATE = "\ | |||
125 | 127 | ||
126 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 128 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
127 | 129 | ||
128 | EXTRA_OECONF_PATHS = "\ | 130 | EXTRA_OECONF_PATHS = "\ |
129 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ | 131 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |
130 | --with-sysroot=/not/exist \ | 132 | --with-sysroot=/not/exist \ |
131 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 133 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
132 | " | 134 | " |
133 | |||
134 | |||