diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-11-08 08:30:41 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:25 -0800 |
commit | b1dd356f5eab11fa6fc18013189e51c13fdd763b (patch) | |
tree | a1c8e13223ea108b88507c35dfdf0c1b9d6f1edb /meta/recipes-devtools/gcc/gcc-4.5.1.inc | |
parent | caf8fe37496f49ed920036ac8763ec56b0029570 (diff) | |
download | poky-b1dd356f5eab11fa6fc18013189e51c13fdd763b.tar.gz |
gcc: upgrade from 4.5.0 to 4.5.1
Removed these patches which are not needed anymore.
gcc-4.5.0_to_svn_162697.patch.bz2 : All the commits in this patch is
part of the 4.5.1 branch. So moving to 4.5.1 makes this patch
obsolete
gcc_revert_base_version_to_4.5.0.patch: moving to 4.5.1 removes need
of this patch
gcc-pr43698-arm-rev-instr.patch: upstream has this fix.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc new file mode 100644 index 0000000000..bb10fef494 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -0,0 +1,81 @@ | |||
1 | require gcc-common.inc | ||
2 | LICENSE = "GPLv3" | ||
3 | |||
4 | DEPENDS =+ "mpfr gmp libmpc elfutils" | ||
5 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | ||
6 | |||
7 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | ||
8 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | ||
9 | file://100-uclibc-conf.patch \ | ||
10 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ | ||
11 | file://cache-amnesia.patch \ | ||
12 | file://gcc-flags-for-build.patch \ | ||
13 | file://libstdc++-emit-__cxa_end_cleanup-in-text.patch \ | ||
14 | file://arm-bswapsi2.patch \ | ||
15 | \ | ||
16 | file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \ | ||
17 | file://fedora/gcc43-ia64-libunwind.patch;striplevel=0 \ | ||
18 | file://fedora/gcc43-java-nomulti.patch;striplevel=0 \ | ||
19 | file://fedora/gcc43-ppc32-retaddr.patch;striplevel=0 \ | ||
20 | file://fedora/gcc43-pr32139.patch;striplevel=0 \ | ||
21 | file://fedora/gcc43-pr33763.patch;striplevel=0 \ | ||
22 | file://fedora/gcc43-rh330771.patch;striplevel=0 \ | ||
23 | file://fedora/gcc43-rh341221.patch;striplevel=0 \ | ||
24 | file://fedora/gcc43-java-debug-iface-type.patch;striplevel=0 \ | ||
25 | file://fedora/gcc43-i386-libgomp.patch;striplevel=0 \ | ||
26 | file://103-uclibc-conf-noupstream.patch \ | ||
27 | file://200-uclibc-locale.patch \ | ||
28 | file://203-uclibc-locale-no__x.patch;striplevel=1 \ | ||
29 | file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ | ||
30 | file://205-uclibc-locale-update.patch;striplevel=1 \ | ||
31 | file://301-missing-execinfo_h.patch \ | ||
32 | file://302-c99-snprintf.patch \ | ||
33 | file://303-c99-complex-ugly-hack.patch \ | ||
34 | file://304-index_macro.patch \ | ||
35 | file://305-libmudflap-susv3-legacy.patch \ | ||
36 | file://306-libstdc++-namespace.patch \ | ||
37 | file://740-sh-pr24836.patch \ | ||
38 | file://800-arm-bigendian.patch \ | ||
39 | file://904-flatten-switch-stmt-00.patch \ | ||
40 | file://arm-nolibfloat.patch \ | ||
41 | file://arm-softfloat.patch \ | ||
42 | file://zecke-xgcc-cpp.patch \ | ||
43 | file://gcc-poison-system-directories.patch \ | ||
44 | file://gcc-poison-dir-extend.patch \ | ||
45 | file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | ||
46 | file://64bithack.patch \ | ||
47 | file://optional_libstdc.patch \ | ||
48 | file://disable_relax_pic_calls_flag.patch \ | ||
49 | file://gcc-poison-parameters.patch \ | ||
50 | " | ||
51 | |||
52 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | ||
53 | |||
54 | # Language Overrides | ||
55 | FORTRAN = "" | ||
56 | JAVA = "" | ||
57 | |||
58 | #EXTRA_OECONF_BASE = " --enable-cheaders=c_std \ | ||
59 | # --enable-libssp \ | ||
60 | # --disable-bootstrap \ | ||
61 | # --disable-libgomp \ | ||
62 | # --disable-libmudflap" | ||
63 | EXTRA_OECONF_BASE = " --enable-lto \ | ||
64 | --enable-libssp \ | ||
65 | --disable-bootstrap \ | ||
66 | --disable-libgomp \ | ||
67 | --disable-libmudflap \ | ||
68 | --enable-cheaders=c_global " | ||
69 | |||
70 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ | ||
71 | --disable-libgomp \ | ||
72 | --disable-libssp \ | ||
73 | --enable-decimal-float=no" | ||
74 | |||
75 | EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \ | ||
76 | --disable-libgomp \ | ||
77 | --disable-libssp" | ||
78 | |||
79 | EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float " | ||
80 | EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float " | ||
81 | EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float " | ||