summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-17 17:11:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 11:50:07 +0100
commit0faa5f72999fea82fadda8bab70abea2303216c7 (patch)
tree05a8c18d2f67d883f94d2bd6f060ab0f4ac7f156 /meta/recipes-devtools/gcc/gcc-4.6.0.inc
parentc2007ba4cdb64fa9e308d3dae395c03ef4cc9161 (diff)
downloadpoky-0faa5f72999fea82fadda8bab70abea2303216c7.tar.gz
gcc-4.6: Switch to using svn SRC_URI for recipe
We call the recipes 4.6 Remove the backport patches (From OE-Core rev: 68b545f4ff719f2b6e57d68b002dc9845c7a14ae) 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.inc94
1 files changed, 0 insertions, 94 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0.inc b/meta/recipes-devtools/gcc/gcc-4.6.0.inc
deleted file mode 100644
index cb9eb8e703..0000000000
--- a/meta/recipes-devtools/gcc/gcc-4.6.0.inc
+++ /dev/null
@@ -1,94 +0,0 @@
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 = "r3"
11
12DEPENDS =+ "mpfr gmp libmpc"
13NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native"
14
15LICENSE="GCC RUNTIME LIBRARY EXCEPTION & GPLv3"
16
17LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
18 file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
19 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
20 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
21 file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
22
23SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
24 ${GCC-4_6-BRANCH-BACKPORTS} \
25 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
26 file://100-uclibc-conf.patch \
27 file://gcc-uclibc-locale-ctype_touplow_t.patch \
28 file://cache-amnesia.patch \
29 file://gcc-flags-for-build.patch \
30 file://103-uclibc-conf-noupstream.patch \
31 file://200-uclibc-locale.patch \
32 file://203-uclibc-locale-no__x.patch;striplevel=1 \
33 file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \
34 file://205-uclibc-locale-update.patch;striplevel=1 \
35 file://301-missing-execinfo_h.patch \
36 file://302-c99-snprintf.patch \
37 file://303-c99-complex-ugly-hack.patch \
38 file://304-index_macro.patch \
39 file://305-libmudflap-susv3-legacy.patch \
40 file://306-libstdc++-namespace.patch \
41 file://740-sh-pr24836.patch \
42 file://800-arm-bigendian.patch \
43 file://904-flatten-switch-stmt-00.patch \
44 file://arm-nolibfloat.patch \
45 file://arm-softfloat.patch \
46 file://zecke-xgcc-cpp.patch \
47 file://gcc-poison-system-directories.patch \
48 file://gcc-poison-dir-extend.patch \
49 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
50 file://64bithack.patch \
51 file://optional_libstdc.patch \
52 file://disable_relax_pic_calls_flag.patch \
53 file://gcc-poison-parameters.patch \
54 file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
55 file://COLLECT_GCC_OPTIONS.patch \
56 file://volatile_access_backport.patch \
57 "
58
59SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "
60
61SRC_URI[md5sum] = "93d1c436bf991564524701259b6285a2"
62SRC_URI[sha256sum] = "23bd0013d76ac6fb4537e5e8f4e5947129362dcc32f0d08563b7d4d9e44c0e17"
63
64
65# Language Overrides
66FORTRAN = ""
67JAVA = ""
68
69#EXTRA_OECONF_BASE = " --enable-cheaders=c_std \
70# --enable-libssp \
71# --disable-bootstrap \
72# --disable-libgomp \
73# --disable-libmudflap"
74EXTRA_OECONF_BASE = " --enable-lto \
75 --enable-libssp \
76 --disable-bootstrap \
77 --disable-libgomp \
78 --disable-libmudflap \
79 --enable-cheaders=c_global "
80
81EXTRA_OECONF_INITIAL = "--disable-libmudflap \
82 --disable-libgomp \
83 --disable-libssp \
84 --disable-libquadmath \
85 --enable-decimal-float=no"
86
87EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \
88 --disable-libgomp \
89 --disable-libquadmath \
90 --disable-libssp"
91
92EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
93EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
94EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "