summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.9.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9.inc135
1 files changed, 135 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
new file mode 100644
index 0000000000..5184f450ef
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
@@ -0,0 +1,135 @@
1require gcc-common.inc
2
3# Third digit in PV should be incremented after a minor release
4
5PV = "4.9.1"
6
7# BINV should be incremented to a revision after a minor gcc release
8
9BINV = "4.9.1"
10
11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:"
12
13DEPENDS =+ "mpfr gmp libmpc zlib"
14NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
15
16LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
17
18LIC_FILES_CHKSUM = "\
19 file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
20 file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
21 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
22 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
23 file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \
24"
25
26SRC_URI = "\
27 ${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
28 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
29 file://0002-uclibc-conf.patch \
30 file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \
31 file://0004-uclibc-locale.patch \
32 file://0005-uclibc-locale-no__x.patch \
33 file://0006-uclibc-locale-wchar_fix.patch \
34 file://0007-uclibc-locale-update.patch \
35 file://0008-missing-execinfo_h.patch \
36 file://0009-c99-snprintf.patch \
37 file://0010-c99-complex-ugly-hack.patch \
38 file://0011-index_macro.patch \
39 file://0013-libstdc-namespace.patch \
40 file://0014-sh-pr24836.patch \
41 file://0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch \
42 file://0016-gcc-poison-system-directories.patch \
43 file://0017-gcc-poison-dir-extend.patch \
44 file://0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
45 file://0019-64-bit-multilib-hack.patch \
46 file://0020-optional-libstdc.patch \
47 file://0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \
48 file://0022-COLLECT_GCC_OPTIONS.patch \
49 file://0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
50 file://0024-PR-target-32219.patch \
51 file://0025-fortran-cross-compile-hack.patch \
52 file://0026-libgcc-sjlj-check.patch \
53 file://0027-cpp-honor-sysroot.patch \
54 file://0028-MIPS64-Default-to-N64-ABI.patch \
55 file://0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \
56 file://0030-gcc-Fix-argument-list-too-long-error.patch \
57 file://0031-Disable-sdt.patch \
58 file://0032-libtool.patch \
59 file://0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \
60 file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \
61 file://0040-fix-g++-sysroot.patch \
62 file://0041-libtool-avoid-libdir.patch \
63 file://0043-cpp.patch \
64 file://0044-gengtypes.patch \
65 file://0046-libatomic-deptracking.patch \
66 file://0047-repomembug.patch \
67 file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \
68 file://0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch \
69 file://0051-eabispe.patch \
70 file://0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch \
71 file://0054-gcc-Makefile.in-fix-parallel-building-failure.patch \
72 file://0055-PR-rtl-optimization-61801.patch \
73 file://0056-top-level-reorder_gcc-bug-61144.patch \
74 file://0058-gcc-r212171.patch \
75 file://0059-gcc-PR-rtl-optimization-63348.patch \
76 file://1001-add-install-ptest-to-Makefile.patch \
77 file://run-ptest \
78 file://target-gcc-includedir.patch \
79"
80SRC_URI[md5sum] = "fddf71348546af523353bd43d34919c1"
81SRC_URI[sha256sum] = "d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e"
82
83S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
84B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
85
86# Language Overrides
87FORTRAN = ""
88JAVA = ""
89
90LTO = "--enable-lto"
91
92EXTRA_OECONF_BASE = "\
93 ${LTO} \
94 --enable-libssp \
95 --disable-bootstrap \
96 --disable-libmudflap \
97 --with-system-zlib \
98 --with-linker-hash-style=${LINKER_HASH_STYLE} \
99 --enable-linker-build-id \
100 --with-ppl=no \
101 --with-cloog=no \
102 --enable-checking=release \
103 --enable-cheaders=c_global \
104"
105
106EXTRA_OECONF_INITIAL = "\
107 --disable-libmudflap \
108 --disable-libgomp \
109 --disable-libssp \
110 --disable-libquadmath \
111 --with-system-zlib \
112 --disable-lto \
113 --disable-plugin \
114 --enable-decimal-float=no \
115"
116
117EXTRA_OECONF_INTERMEDIATE = "\
118 --disable-libmudflap \
119 --disable-libgomp \
120 --disable-libquadmath \
121 --with-system-zlib \
122 --disable-lto \
123 --disable-plugin \
124 --disable-libssp \
125"
126
127EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float "
128
129EXTRA_OECONF_PATHS = "\
130 --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \
131 --with-sysroot=${STAGING_DIR_TARGET} \
132 --with-build-sysroot=${STAGING_DIR_TARGET} \
133"
134
135