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