summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-04-30 12:37:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:41 +0100
commit478deec11f3349d61b1a922f047dc958dc07262a (patch)
tree1843907b36de2bcb8f821d49d8c9a88014ef0dc7 /meta/recipes-devtools/gcc/gcc-4.6.0.inc
parentd42dccf886983ba14ccc868041d7bea0cf1a260e (diff)
downloadpoky-478deec11f3349d61b1a922f047dc958dc07262a.tar.gz
gcc-4.6.0: Backport FSF 4.6 branch patches
This is set of bugfixes that has been done on FSF gcc-4_2-branch since 4.6.0 was released They will roll into 4.6.1 release once that happens in coming approx 6 months time then we can simply remove them thats the reason so use a separate .inc file to define the SRC_URI additions (From OE-Core rev: b0d5b9f12adbce2c4a0df6059f5671188cd32293) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0.inc b/meta/recipes-devtools/gcc/gcc-4.6.0.inc
index 6f319d4880..2c30d4359f 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.0.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0.inc
@@ -1,4 +1,13 @@
1require gcc-common.inc 1require gcc-common.inc
2# The below backports are from FSF 4.6 branch on top
3# of latest minor release based of 4.6.x series
4# these patches will collapse once the next minor
5# release is done and we move the recipes to that
6# release
7
8require gcc-4_6-branch-backports.inc
9
10PR = "r1"
2 11
3DEPENDS =+ "mpfr gmp libmpc" 12DEPENDS =+ "mpfr gmp libmpc"
4NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" 13NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native"
@@ -12,6 +21,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
12 file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" 21 file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
13 22
14SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ 23SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
24 ${GCC-4_6-BRANCH-BACKPORTS} \
15 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ 25 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
16 file://100-uclibc-conf.patch \ 26 file://100-uclibc-conf.patch \
17 file://gcc-uclibc-locale-ctype_touplow_t.patch \ 27 file://gcc-uclibc-locale-ctype_touplow_t.patch \