diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-09-07 10:19:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-07 22:54:17 +0100 |
commit | 0efd5b3d114a23c6821183e0f6c0538bf25e97b7 (patch) | |
tree | 5132281668c96572c1617f08fbc2977066918b03 /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | 7283bb980ba257a1aac74a12400a2d262d1e345d (diff) | |
download | poky-0efd5b3d114a23c6821183e0f6c0538bf25e97b7.tar.gz |
gcc: add patch for ice 50099, which caused lttng-ust not to build
[YOCTO #1381]
This patch came from from GCC Bugzilla via Khem
Cc: Khem Raj <raj.khem@gmail.com>
(From OE-Core rev: 61dac2f6f68bc46d8f3f6f7a8757924f103c7c54)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 380f9f7dae..f7bcf30f1b 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r9" | 3 | PR = "r10" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
@@ -67,6 +67,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
67 | file://volatile_access_backport.patch \ | 67 | file://volatile_access_backport.patch \ |
68 | file://use-defaults.h-and-t-oe-in-B.patch \ | 68 | file://use-defaults.h-and-t-oe-in-B.patch \ |
69 | file://powerpc-e5500.patch \ | 69 | file://powerpc-e5500.patch \ |
70 | file://fix-for-ice-50099.patch \ | ||
70 | " | 71 | " |
71 | 72 | ||
72 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " | 73 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |