ti-syslink 2.00.00.78: import from meta-ti
[openembedded.git] / recipes / gcc / gcc-4.2.1.inc
blob79ba9e2209e47d41efbc16cf6c72b06557ba7087
1 require gcc-common.inc
3 DEPENDS = "mpfr gmp"
4 NATIVEDEPS = "mpfr-native gmp-native"
6 INC_PR = "r25"
8 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
9         file://100-uclibc-conf.patch \
10         file://103-uclibc-conf-noupstream.patch \
11         file://200-uclibc-locale.patch \
12         file://203-uclibc-locale-no__x.patch \
13         file://204-uclibc-locale-wchar_fix.patch \
14         file://205-uclibc-locale-update.patch \
15         file://300-libstdc++-pic.patch \
16         file://301-missing-execinfo_h.patch \
17         file://302-c99-snprintf.patch \
18         file://303-c99-complex-ugly-hack.patch \
19         file://304-index_macro.patch \
20         file://305-libmudflap-susv3-legacy.patch \
21         file://306-libstdc++-namespace.patch \
22         file://307-locale_facets.patch \
23         file://402-libbackend_dep_gcov-iov.h.patch \
24         file://602-sdk-libstdc++-includes.patch \
25         file://740-sh-pr24836.patch \
26         file://800-arm-bigendian.patch \
27         file://904-flatten-switch-stmt-00.patch \
28         file://arm-nolibfloat.patch \
29         file://arm-softfloat.patch \
30         file://gcc41-configure.in.patch \
31         file://arm-thumb.patch \
32         file://arm-thumb-cache.patch \
33         file://zecke-xgcc-cpp.patch \
34         file://unbreak-armv4t.patch \
35         file://cache-amnesia.patch \
36         file://gfortran.patch \
37         file://pr34130.patch \
38         file://Makefile.in.patch \
41 SRC_URI_avr32 = " http://ewi546.ewi.utwente.nl/tmp/avr32-gcc-4.2.1-atmel.1.0.3.tar.gz;name=atmel \
42         file://gcc-pr32889.patch \
43         file://100-uclibc-conf.patch \
44         file://103-uclibc-conf-noupstream.patch \
45         file://200-uclibc-locale.patch \
46         file://203-uclibc-locale-no__x.patch \
47         file://204-uclibc-locale-wchar_fix.patch \
48         file://205-uclibc-locale-update.patch \
49         file://300-libstdc++-pic.patch \
50         file://301-missing-execinfo_h.patch \
51         file://302-c99-snprintf.patch \
52         file://303-c99-complex-ugly-hack.patch \
53         file://304-index_macro.patch \
54         file://305-libmudflap-susv3-legacy.patch \
55         file://306-libstdc++-namespace.patch \
56         file://307-locale_facets.patch \
57         file://402-libbackend_dep_gcov-iov.h.patch \
58         file://602-sdk-libstdc++-includes.patch \
59         file://740-sh-pr24836.patch \
60         file://904-flatten-switch-stmt-00.patch \
61         file://gcc41-configure.in.patch \
62         file://zecke-xgcc-cpp.patch \
63         file://cache-amnesia.patch \
64         file://gfortran.patch \
67 SRC_URI_append_ep93xx = " \
68         file://arm-crunch-saveregs.patch \
69         file://arm-crunch-20000320.patch \
70         file://arm-crunch-compare.patch \
71         file://arm-crunch-compare-unordered.patch \
72         file://arm-crunch-compare-geu.patch \
73         file://arm-crunch-eabi-ieee754.patch \
74         file://arm-crunch-eabi-ieee754-div.patch \
75         file://arm-crunch-64bit-disable0.patch \
76         file://arm-crunch-offset.patch \
77         file://arm-crunch-fp_consts.patch \
78         file://arm-crunch-neg2.patch \
79         file://arm-crunch-predicates3.patch \
80         file://arm-crunch-cfcvtds-disable.patch \
81         file://arm-crunch-floatsi-disable.patch \
82         file://arm-crunch-truncsi-disable.patch \
83         file://arm-crunch-cfcvt64-disable.patch \
84         file://arm-crunch-cirrus-bugfixes.patch \
85        "
87 PACKAGE_ARCH_ep93xx = "${MACHINE_ARCH}"
89 SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch "
91 # Language Overrides
92 FORTRAN = ""
93 FORTRAN_linux-gnueabi = ",fortran"
94 JAVA = ""
96 EXTRA_OECONF_BASE = "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
97 EXTRA_OECONF_INITIAL = "--disable-libmudflap --disable-libgomp --disable-libssp"
98 EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-libssp"
100 ARM_INSTRUCTION_SET = "arm"
102 SRC_URI[archive.md5sum] = "cba410e6ff70f7d7f4be7a0267707fd0"
103 SRC_URI[archive.sha256sum] = "ca0a12695b3bccfa8628509e08cb9ed7d8ed48deff0a299e4cb8de87d2c1fced"
104 SRC_URI[atmel.md5sum] = "566d2a4f588b28bf5cec9638be2ef9fa"
105 SRC_URI[atmel.sha256sum] = "a83af699303174164e76ba9327ad1b5d210df8c242ba86e4c94f4f35843e7c55"