summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-6.4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-6.4.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-6.4.inc138
1 files changed, 138 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-6.4.inc b/meta/recipes-devtools/gcc/gcc-6.4.inc
new file mode 100644
index 0000000000..314994bed1
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-6.4.inc
@@ -0,0 +1,138 @@
1require gcc-common.inc
2
3# Third digit in PV should be incremented after a minor release
4
5PV = "6.4.0"
6
7# BINV should be incremented to a revision after a minor gcc release
8
9BINV = "6.4.0"
10
11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-6.4:${FILE_DIRNAME}/gcc-6.4/backport:"
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
26
27BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz"
28#SRCREV = "bd9a826d5448db11d29d2ec5884e7e679066f140"
29#BASEURI ?= "git://github.com/gcc-mirror/gcc;branch=gcc-6-branch;protocol=git"
30#BASEURI ?= "ftp://sourceware.org/pub/gcc/snapshots/6.2.0-RC-20160815/gcc-6.2.0-RC-20160815.tar.bz2"
31
32SRC_URI = "\
33 ${BASEURI} \
34 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
35 file://0002-uclibc-conf.patch \
36 file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \
37 file://0004-uclibc-locale.patch \
38 file://0005-uclibc-locale-no__x.patch \
39 file://0006-uclibc-locale-wchar_fix.patch \
40 file://0007-uclibc-locale-update.patch \
41 file://0008-missing-execinfo_h.patch \
42 file://0009-c99-snprintf.patch \
43 file://0010-gcc-poison-system-directories.patch \
44 file://0011-gcc-poison-dir-extend.patch \
45 file://0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
46 file://0013-64-bit-multilib-hack.patch \
47 file://0014-optional-libstdc.patch \
48 file://0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \
49 file://0016-COLLECT_GCC_OPTIONS.patch \
50 file://0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
51 file://0018-fortran-cross-compile-hack.patch \
52 file://0019-cpp-honor-sysroot.patch \
53 file://0020-MIPS64-Default-to-N64-ABI.patch \
54 file://0021-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \
55 file://0022-gcc-Fix-argument-list-too-long-error.patch \
56 file://0023-Disable-sdt.patch \
57 file://0024-libtool.patch \
58 file://0025-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \
59 file://0026-Use-the-multilib-config-files-from-B-instead-of-usin.patch \
60 file://0027-Avoid-using-libdir-from-.la-which-usually-points-to-.patch \
61 file://0028-export-CPP.patch \
62 file://0029-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \
63 file://0030-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch \
64 file://0031-Ensure-target-gcc-headers-can-be-included.patch \
65 file://0032-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch \
66 file://0033-Don-t-search-host-directory-during-relink-if-inst_pr.patch \
67 file://0034-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch \
68 file://0035-aarch64-Add-support-for-musl-ldso.patch \
69 file://0036-libcc1-fix-libcc1-s-install-path-and-rpath.patch \
70 file://0037-handle-sysroot-support-for-nativesdk-gcc.patch \
71 file://0038-Search-target-sysroot-gcc-version-specific-dirs-with.patch \
72 file://0039-Fix-various-_FOR_BUILD-and-related-variables.patch \
73 file://0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch \
74 file://0041-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
75 file://0042-gcc-libcpp-support-ffile-prefix-map-old-new.patch \
76 file://0043-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \
77 file://0044-gcc-final.c-fdebug-prefix-map-support-to-remap-sourc.patch \
78 file://0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch \
79 file://0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \
80 file://0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
81 file://0048-sync-gcc-stddef.h-with-musl.patch \
82 file://0054_all_nopie-all-flags.patch \
83 file://0055-unwind_h-glibc26.patch \
84 file://0056-LRA-PR70904-relax-the-restriction-on-subreg-reload-f.patch \
85 ${BACKPORTS} \
86"
87BACKPORTS = "\
88 file://CVE-2016-6131.patch \
89"
90SRC_URI[md5sum] = "11ba51a0cfb8471927f387c8895fe232"
91SRC_URI[sha256sum] = "850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4"
92
93S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
94#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"
95B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
96
97# Language Overrides
98FORTRAN = ""
99JAVA = ""
100
101LTO = "--enable-lto"
102
103EXTRA_OECONF_BASE = "\
104 ${LTO} \
105 --enable-libssp \
106 --enable-libitm \
107 --disable-bootstrap \
108 --disable-libmudflap \
109 --with-system-zlib \
110 --with-linker-hash-style=${LINKER_HASH_STYLE} \
111 --enable-linker-build-id \
112 --with-ppl=no \
113 --with-cloog=no \
114 --enable-checking=release \
115 --enable-cheaders=c_global \
116 --without-isl \
117"
118
119EXTRA_OECONF_INITIAL = "\
120 --disable-libmudflap \
121 --disable-libgomp \
122 --disable-libitm \
123 --disable-libquadmath \
124 --with-system-zlib \
125 --disable-lto \
126 --disable-plugin \
127 --enable-decimal-float=no \
128 --without-isl \
129 gcc_cv_libc_provides_ssp=yes \
130"
131
132EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float "
133
134EXTRA_OECONF_PATHS = "\
135 --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \
136 --with-sysroot=/not/exist \
137 --with-build-sysroot=${STAGING_DIR_TARGET} \
138"