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 15:13:38 +0100
commit86ae51246f1187841120be8f149578bc6bffd296 (patch)
tree87825eb4f68543bc4d4d3ff73dad872d72ebf3af /meta/recipes-devtools/gcc/gcc-4.7.inc
parented9bb94f352945d0aef2dd25e03bdc7e2bdeab25 (diff)
downloadpoky-86ae51246f1187841120be8f149578bc6bffd296.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 (From OE-Core rev: ac9ebcea4a2b778f6dd103a729831d9a9be281df) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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.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 @@
1require gcc-common.inc 1require gcc-common.inc
2 2
3PR = "r11" 3PR = "r12"
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.7.1 6# 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 \
75 file://fix-g++-sysroot.patch \ 75 file://fix-g++-sysroot.patch \
76 file://disablesdt.patch \ 76 file://disablesdt.patch \
77 file://libtool.patch \ 77 file://libtool.patch \
78 file://gcc-armv4-pass-fix-v4bx-to-ld.patch \
79 file://ppc_no_crtsavres.patch \
78 " 80 "
79 81
80S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git" 82S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"