summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.2.1.inc
blob: 99644bd2eb321b7fc72b551aed7b9c758bf9ccc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
require gcc-common.inc

DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"

INC_PR = "r24"

SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
	file://100-uclibc-conf.patch \
	file://103-uclibc-conf-noupstream.patch \
	file://200-uclibc-locale.patch \
	file://203-uclibc-locale-no__x.patch \
	file://204-uclibc-locale-wchar_fix.patch \
	file://205-uclibc-locale-update.patch \
	file://300-libstdc++-pic.patch \
	file://301-missing-execinfo_h.patch \
	file://302-c99-snprintf.patch \
	file://303-c99-complex-ugly-hack.patch \
	file://304-index_macro.patch \
	file://305-libmudflap-susv3-legacy.patch \
	file://306-libstdc++-namespace.patch \
	file://307-locale_facets.patch \
	file://402-libbackend_dep_gcov-iov.h.patch \
	file://602-sdk-libstdc++-includes.patch \
	file://740-sh-pr24836.patch \
	file://800-arm-bigendian.patch \
	file://904-flatten-switch-stmt-00.patch \
	file://arm-nolibfloat.patch \
	file://arm-softfloat.patch \
	file://gcc41-configure.in.patch \
	file://arm-thumb.patch \
	file://arm-thumb-cache.patch \
	file://zecke-xgcc-cpp.patch \
	file://unbreak-armv4t.patch \
	file://cache-amnesia.patch \
	file://gfortran.patch \
	file://pr34130.patch \
	file://Makefile.in.patch \
"

SRC_URI_avr32 = " http://ewi546.ewi.utwente.nl/tmp/avr32-gcc-4.2.1-atmel.1.0.3.tar.gz;name=atmel \
        file://gcc-pr32889.patch \
        file://100-uclibc-conf.patch \
        file://103-uclibc-conf-noupstream.patch \
        file://200-uclibc-locale.patch \
        file://203-uclibc-locale-no__x.patch \
        file://204-uclibc-locale-wchar_fix.patch \
        file://205-uclibc-locale-update.patch \
        file://300-libstdc++-pic.patch \
        file://301-missing-execinfo_h.patch \
        file://302-c99-snprintf.patch \
        file://303-c99-complex-ugly-hack.patch \
        file://304-index_macro.patch \
        file://305-libmudflap-susv3-legacy.patch \
        file://306-libstdc++-namespace.patch \
        file://307-locale_facets.patch \
        file://402-libbackend_dep_gcov-iov.h.patch \
        file://602-sdk-libstdc++-includes.patch \
        file://740-sh-pr24836.patch \
        file://904-flatten-switch-stmt-00.patch \
        file://gcc41-configure.in.patch \
        file://zecke-xgcc-cpp.patch \
        file://cache-amnesia.patch \
        file://gfortran.patch \
"

SRC_URI_append_ep93xx = " \
        file://arm-crunch-saveregs.patch \
        file://arm-crunch-20000320.patch \
        file://arm-crunch-compare.patch \
        file://arm-crunch-compare-unordered.patch \
        file://arm-crunch-compare-geu.patch \
        file://arm-crunch-eabi-ieee754.patch \
        file://arm-crunch-eabi-ieee754-div.patch \
        file://arm-crunch-64bit-disable0.patch \
        file://arm-crunch-offset.patch \
        file://arm-crunch-fp_consts.patch \
        file://arm-crunch-neg2.patch \
        file://arm-crunch-predicates3.patch \
        file://arm-crunch-cfcvtds-disable.patch \
        file://arm-crunch-floatsi-disable.patch \
        file://arm-crunch-truncsi-disable.patch \
        file://arm-crunch-cfcvt64-disable.patch \
        file://arm-crunch-cirrus-bugfixes.patch \
       "

PACKAGE_ARCH_ep93xx = "${MACHINE_ARCH}"

SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch "

# Language Overrides
FORTRAN = ""
FORTRAN_linux-gnueabi = ",fortran"
JAVA = ""

EXTRA_OECONF_BASE = "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
EXTRA_OECONF_INITIAL = "--disable-libmudflap --disable-libgomp --disable-libssp"
EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-libssp"

ARM_INSTRUCTION_SET = "arm"

SRC_URI[archive.md5sum] = "cba410e6ff70f7d7f4be7a0267707fd0"
SRC_URI[archive.sha256sum] = "ca0a12695b3bccfa8628509e08cb9ed7d8ed48deff0a299e4cb8de87d2c1fced"
SRC_URI[atmel.md5sum] = "566d2a4f588b28bf5cec9638be2ef9fa"
SRC_URI[atmel.sha256sum] = "a83af699303174164e76ba9327ad1b5d210df8c242ba86e4c94f4f35843e7c55"