summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-4.6.0.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-06-01 17:50:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-02 14:47:26 +0100
commit347c30801b6f935a6aefa5578d723a8afcf52790 (patch)
tree53e69648d210df3c90a0554abd4ac63e0d3c2d9b /meta/recipes-devtools/gcc/gcc-4.6.0.inc
parentd3fc33760a80b0a067b41ff88e99941f1c40c8f9 (diff)
downloadopenembedded-core-347c30801b6f935a6aefa5578d723a8afcf52790.tar.gz
openembedded-core-347c30801b6f935a6aefa5578d723a8afcf52790.tar.bz2
openembedded-core-347c30801b6f935a6aefa5578d723a8afcf52790.tar.xz
openembedded-core-347c30801b6f935a6aefa5578d723a8afcf52790.zip
gcc: Fix volatile access issue for ARM
[YOCTO #1130] This patch brings in a patch from gcc for the following issue: http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01477.html Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0.inc b/meta/recipes-devtools/gcc/gcc-4.6.0.inc
index fb5c70db9..cb9eb8e70 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.0.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0.inc
@@ -7,7 +7,7 @@ require gcc-common.inc
require gcc-4_6-branch-backports.inc
-PR = "r2"
+PR = "r3"
DEPENDS =+ "mpfr gmp libmpc"
NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native"
@@ -53,7 +53,9 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc-poison-parameters.patch \
file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
file://COLLECT_GCC_OPTIONS.patch \
+ file://volatile_access_backport.patch \
"
+
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "
SRC_URI[md5sum] = "93d1c436bf991564524701259b6285a2"