am-benchmarks: Add support for am387x-evm machine
[openembedded.git] / recipes / gcc / gcc-4.2.3.inc
blob5e98e0afadf20eeba1409d97cde2b0ee9271dad7
1 require gcc-common.inc
2 LICENSE = "GPLv3"
4 DEPENDS = "mpfr gmp"
5 NATIVEDEPS = "mpfr-native gmp-native"
7 INC_PR = "r22"
9 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
10         file://100-uclibc-conf.patch \
11         file://103-uclibc-conf-noupstream.patch \
12         file://200-uclibc-locale.patch \
13         file://203-uclibc-locale-no__x.patch \
14         file://204-uclibc-locale-wchar_fix.patch \
15         file://205-uclibc-locale-update.patch \
16         file://300-libstdc++-pic.patch \
17         file://301-missing-execinfo_h.patch \
18         file://302-c99-snprintf.patch \
19         file://303-c99-complex-ugly-hack.patch \
20         file://304-index_macro.patch \
21         file://305-libmudflap-susv3-legacy.patch \
22         file://306-libstdc++-namespace.patch \
23         file://307-locale_facets.patch \
24         file://402-libbackend_dep_gcov-iov.h.patch \
25         file://602-sdk-libstdc++-includes.patch \
26         file://740-sh-pr24836.patch \
27         file://800-arm-bigendian.patch \
28         file://801-arm-bigendian-eabi.patch \
29         file://904-flatten-switch-stmt-00.patch \
30         file://arm-nolibfloat.patch \
31         file://arm-softfloat.patch \
32         file://gcc41-configure.in.patch \
33         file://arm-thumb.patch \
34         file://arm-thumb-cache.patch \
35         file://zecke-xgcc-cpp.patch \
36         file://unbreak-armv4t.patch \
37         file://cache-amnesia.patch \
38         file://gfortran.patch \
39         file://gcc-4.0.2-e300c2c3.patch \
40         file://fortran-static-linking.patch \
41         file://intermask-bigendian.patch \
42         file://Makefile.in.patch \
45 SRC_URI_append_ep93xx = " \
46         file://arm-crunch-saveregs.patch \
47         file://arm-crunch-20000320.patch \
48         file://arm-crunch-compare.patch \
49         file://arm-crunch-compare-unordered.patch \
50         file://arm-crunch-compare-geu.patch \
51         file://arm-crunch-eabi-ieee754.patch \
52         file://arm-crunch-eabi-ieee754-div.patch \
53         file://arm-crunch-64bit-disable0.patch \
54         file://arm-crunch-offset.patch \
55         file://arm-crunch-fp_consts.patch \
56         file://arm-crunch-neg2.patch \
57         file://arm-crunch-predicates3.patch \
58         file://arm-crunch-cfcvtds-disable.patch \
59         file://arm-crunch-floatsi-disable.patch \
60         file://arm-crunch-truncsi-disable.patch \
61         file://arm-crunch-cfcvt64-disable.patch \
62         file://arm-crunch-cirrus-bugfixes.patch \
63        "
65 PACKAGE_ARCH_ep93xx = "${MACHINE_ARCH}"
67 SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch "
69 # Language Overrides
70 FORTRAN = ""
71 FORTRAN_linux-gnueabi = ",fortran"
72 JAVA = ""
74 EXTRA_OECONF_BASE += " --disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
75 EXTRA_OECONF_INITIAL = "--disable-libmudflap --disable-libgomp --disable-libssp"
76 EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-libssp"
78 ARM_INSTRUCTION_SET = "arm"
80 SRC_URI[archive.md5sum] = "ef2a4d9991b3644115456ea05b2b8163"
81 SRC_URI[archive.sha256sum] = "5df9a267091eea09179651ad2a2302fe99f780ac7e598278e7f47b2339fa2e80"