summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-21 16:05:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-25 16:35:52 +0100
commit2ef14dff79230a67258995c27b49aaab1aae92ca (patch)
tree64649c848a1241ba2cdfa5909e9ff282a2348e0c /meta/recipes-devtools/gcc/gcc-4.6.inc
parentaecbfbc0abd584aa1a08cd655eae6e1f99b2a60c (diff)
downloadpoky-2ef14dff79230a67258995c27b49aaab1aae92ca.tar.gz
gcc-4.6: Retire into toochain-layer
If anyone wants it add toolchain-layer from meta-openembedded repo to your setup (From OE-Core rev: a78260d8d041e606ce4d10c0bb52f196dd27832e) 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.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc119
1 files changed, 0 insertions, 119 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
deleted file mode 100644
index 03d887149d..0000000000
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ /dev/null
@@ -1,119 +0,0 @@
1require gcc-common.inc
2
3PR = "r27"
4
5# Third digit in PV should be incremented after a minor release
6# happens from this branch on gcc e.g. currently its 4.6.0
7# when 4.6.1 is releases and we bump SRCREV beyond the release
8# on branch then PV should be incremented to 4.6.1+svnr${SRCPV}
9# to reflect that change
10
11PV = "4.6.3+svnr${SRCPV}"
12
13# BINV should be incremented after updating to a revision
14# after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made
15# the value will be minor-release+1 e.g. if current minor release was
16# 4.6.1 then the value below will have 2 which will mean 4.6.2
17# which will be next minor release and so on.
18
19BINV = "4.6.4"
20
21SRCREV = "184847"
22BRANCH = "gcc-4_6-branch"
23FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
24
25DEPENDS =+ "mpfr gmp libmpc"
26NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
27
28LICENSE="GPL-3.0-with-GCC-exception & GPLv3"
29
30LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
31 file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
32 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
33 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
34 file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
35
36SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
37 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
38 file://100-uclibc-conf.patch \
39 file://gcc-uclibc-locale-ctype_touplow_t.patch \
40 file://cache-amnesia.patch \
41 file://gcc-flags-for-build.patch \
42 file://103-uclibc-conf-noupstream.patch \
43 file://200-uclibc-locale.patch \
44 file://203-uclibc-locale-no__x.patch; \
45 file://204-uclibc-locale-wchar_fix.patch; \
46 file://205-uclibc-locale-update.patch; \
47 file://301-missing-execinfo_h.patch \
48 file://302-c99-snprintf.patch \
49 file://303-c99-complex-ugly-hack.patch \
50 file://304-index_macro.patch \
51 file://305-libmudflap-susv3-legacy.patch \
52 file://306-libstdc++-namespace.patch \
53 file://740-sh-pr24836.patch \
54 file://800-arm-bigendian.patch \
55 file://904-flatten-switch-stmt-00.patch \
56 file://arm-nolibfloat.patch \
57 file://arm-softfloat.patch \
58 file://zecke-xgcc-cpp.patch \
59 file://gcc-poison-system-directories.patch \
60 file://gcc-poison-dir-extend.patch \
61 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
62 file://64bithack.patch \
63 file://optional_libstdc.patch \
64 file://disable_relax_pic_calls_flag.patch \
65 file://COLLECT_GCC_OPTIONS.patch \
66 file://use-defaults.h-and-t-oe-in-B.patch \
67 file://powerpc-e5500.patch \
68 file://fix-for-ice-50099.patch \
69 file://gcc-with-linker-hash-style.patch \
70 file://pr46934.patch \
71 file://pr32219.patch \
72 file://pr47551.patch \
73 file://gcc-arm-set-cost.patch \
74 file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
75 file://fortran-cross-compile-hack.patch \
76 file://cpp-honour-sysroot.patch \
77 file://mips64-default-n64.patch \
78 file://gcc-argument-list-too-long.patch \
79 "
80
81SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "
82
83#S = "${WORKDIR}/${BRANCH}"
84S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"
85B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}"
86
87# Language Overrides
88FORTRAN = ""
89JAVA = ""
90
91EXTRA_OECONF_BASE = " --enable-lto \
92 --enable-libssp \
93 --disable-bootstrap \
94 --disable-libgomp \
95 --disable-libmudflap \
96 --with-system-zlib \
97 --with-linker-hash-style=${LINKER_HASH_STYLE} \
98 --with-ppl=no \
99 --with-cloog=no \
100 --enable-cheaders=c_global "
101
102EXTRA_OECONF_INITIAL = "--disable-libmudflap \
103 --disable-libgomp \
104 --disable-libssp \
105 --disable-libquadmath \
106 --with-system-zlib \
107 --disable-lto \
108 --disable-plugin \
109 --enable-decimal-float=no"
110
111EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \
112 --disable-libgomp \
113 --disable-libquadmath \
114 --with-system-zlib \
115 --disable-lto \
116 --disable-plugin \
117 --disable-libssp"
118
119EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float "