summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0.inc
diff options
context:
space:
mode:
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 \