summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.5.1.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1.inc100
1 files changed, 0 insertions, 100 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc
deleted file mode 100644
index 839529e5b9..0000000000
--- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc
+++ /dev/null
@@ -1,100 +0,0 @@
1require gcc-common.inc
2
3PR = "r12"
4
5DEPENDS =+ "mpfr gmp libmpc elfutils"
6NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native"
7
8LICENSE="GPL-3.0-with-GCC-exception & GPLv2 & GPLv3 & LGPLv2.1 & LGPLv3"
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
11 file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
12 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
13 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
14 file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
15
16SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
17 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
18 file://100-uclibc-conf.patch \
19 file://gcc-uclibc-locale-ctype_touplow_t.patch \
20 file://cache-amnesia.patch \
21 file://gcc-flags-for-build.patch \
22 file://libstdc++-emit-__cxa_end_cleanup-in-text.patch \
23 file://arm-bswapsi2.patch \
24 \
25 file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
26 file://fedora/gcc43-ia64-libunwind.patch;striplevel=0 \
27 file://fedora/gcc43-java-nomulti.patch;striplevel=0 \
28 file://fedora/gcc43-ppc32-retaddr.patch;striplevel=0 \
29 file://fedora/gcc43-pr32139.patch;striplevel=0 \
30 file://fedora/gcc43-pr33763.patch;striplevel=0 \
31 file://fedora/gcc43-rh330771.patch;striplevel=0 \
32 file://fedora/gcc43-rh341221.patch;striplevel=0 \
33 file://fedora/gcc43-java-debug-iface-type.patch;striplevel=0 \
34 file://fedora/gcc43-i386-libgomp.patch;striplevel=0 \
35 file://fedora/gcc45-no-add-needed.patch;striplevel=0 \
36 file://103-uclibc-conf-noupstream.patch \
37 file://200-uclibc-locale.patch \
38 file://203-uclibc-locale-no__x.patch; \
39 file://204-uclibc-locale-wchar_fix.patch; \
40 file://205-uclibc-locale-update.patch; \
41 file://301-missing-execinfo_h.patch \
42 file://302-c99-snprintf.patch \
43 file://303-c99-complex-ugly-hack.patch \
44 file://304-index_macro.patch \
45 file://305-libmudflap-susv3-legacy.patch \
46 file://306-libstdc++-namespace.patch \
47 file://740-sh-pr24836.patch \
48 file://800-arm-bigendian.patch \
49 file://904-flatten-switch-stmt-00.patch \
50 file://arm-nolibfloat.patch \
51 file://arm-softfloat.patch \
52 file://zecke-xgcc-cpp.patch \
53 file://gcc-poison-system-directories.patch \
54 file://gcc-poison-dir-extend.patch \
55 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
56 file://64bithack.patch \
57 file://optional_libstdc.patch \
58 file://disable_relax_pic_calls_flag.patch \
59 file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
60 file://COLLECT_GCC_OPTIONS.patch \
61 file://use-defaults.h-and-t-oe-in-B.patch \
62 file://pr43810.patch \
63 file://pr44290.patch \
64 file://pr44606.patch \
65 file://pr45094.patch \
66 file://pr45052.patch \
67 file://pr45886.patch \
68 file://pr44618.patch \
69 "
70
71SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "
72
73# Language Overrides
74FORTRAN = ""
75JAVA = ""
76
77#EXTRA_OECONF_BASE = " --enable-cheaders=c_std \
78# --enable-libssp \
79# --disable-bootstrap \
80# --disable-libgomp \
81# --disable-libmudflap"
82EXTRA_OECONF_BASE = " --enable-lto \
83 --enable-libssp \
84 --disable-bootstrap \
85 --disable-libgomp \
86 --disable-libmudflap \
87 --enable-cheaders=c_global "
88
89EXTRA_OECONF_INITIAL = "--disable-libmudflap \
90 --disable-libgomp \
91 --disable-libssp \
92 --enable-decimal-float=no"
93
94EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \
95 --disable-libgomp \
96 --disable-libssp"
97
98EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
99EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
100EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "