summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-05 17:38:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-12 15:13:38 +0100
commit42f0f96903ac312881ef841ae4380b4d1c72980f (patch)
treeb888a68d2df480a9734043c2478b1507c19da013 /meta/recipes-devtools/gcc/gcc-4.7.inc
parent86ae51246f1187841120be8f149578bc6bffd296 (diff)
downloadpoky-42f0f96903ac312881ef841ae4380b4d1c72980f.tar.gz
gcc-4.7: Backport libgcc fixes to appease the new build sequence
This makes the libgcc builds identical when done with gcc-cross-initial or final gcc-cross. Since eglibc only sees gcc-cross-initial it is important that the final libgcc that appears on root file system is same as the one against which eglibc was built. (From OE-Core rev: bd0ab094d6c36b55848e23e63b96587773299a7f) 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 ab07862b36..7a731db860 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 = "r12" 3PR = "r13"
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
@@ -77,6 +77,8 @@ SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \
77 file://libtool.patch \ 77 file://libtool.patch \
78 file://gcc-armv4-pass-fix-v4bx-to-ld.patch \ 78 file://gcc-armv4-pass-fix-v4bx-to-ld.patch \
79 file://ppc_no_crtsavres.patch \ 79 file://ppc_no_crtsavres.patch \
80 file://0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch \
81 file://0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch \
80 " 82 "
81 83
82S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git" 84S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"