summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-16 22:42:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-12 14:44:53 +0100
commitac9ebcea4a2b778f6dd103a729831d9a9be281df (patch)
tree1f100177f2bbd0de871bb9fa50a27bb559bc666a /meta/recipes-devtools/gcc/gcc-4.7.inc
parentb0d23a1e3335ccd9bdc5b6512020ff3321619abf (diff)
downloadopenembedded-core-ac9ebcea4a2b778f6dd103a729831d9a9be281df.tar.gz
gcc-4.7: Fix build for armv4/EABI and ppc/Os
arm patch is a forward port from OE/classic ppc patch should help in building images with Os Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 84c230c30b..ab07862b36 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -1,6 +1,6 @@
require gcc-common.inc
-PR = "r11"
+PR = "r12"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.7.1
@@ -75,6 +75,8 @@ SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \
file://fix-g++-sysroot.patch \
file://disablesdt.patch \
file://libtool.patch \
+ file://gcc-armv4-pass-fix-v4bx-to-ld.patch \
+ file://ppc_no_crtsavres.patch \
"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"