diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-16 11:50:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 10:23:55 +0100 |
commit | b7157a266c75fe5691104dfbce91ade93f1132d8 (patch) | |
tree | 04863dd8d0579e1691a0abb66cbeec4b43b8bb1f /meta/recipes-devtools/gcc/gcc-6.2.inc | |
parent | b360310798a30900cc1d398da089bd1a94f20b50 (diff) | |
download | poky-b7157a266c75fe5691104dfbce91ade93f1132d8.tar.gz |
gcc: Upgrade to 6.2 RC1
(From OE-Core rev: 41ce4b438795108025c79cd3eec067367d53623e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-6.2.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-6.2.inc | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-6.2.inc b/meta/recipes-devtools/gcc/gcc-6.2.inc new file mode 100644 index 0000000000..f42f5ea407 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-6.2.inc | |||
@@ -0,0 +1,135 @@ | |||
1 | require gcc-common.inc | ||
2 | |||
3 | # Third digit in PV should be incremented after a minor release | ||
4 | |||
5 | PV = "6.2.0" | ||
6 | |||
7 | SNAP = "-RC-20160815" | ||
8 | |||
9 | # BINV should be incremented to a revision after a minor gcc release | ||
10 | |||
11 | BINV = "6.1.1" | ||
12 | |||
13 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-6.2:${FILE_DIRNAME}/gcc-6.2/backport:" | ||
14 | |||
15 | DEPENDS =+ "mpfr gmp libmpc zlib" | ||
16 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | ||
17 | |||
18 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" | ||
19 | |||
20 | LIC_FILES_CHKSUM = "\ | ||
21 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
22 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
23 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | ||
24 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
25 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \ | ||
26 | " | ||
27 | |||
28 | |||
29 | #BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2" | ||
30 | #SRCREV = "bd9a826d5448db11d29d2ec5884e7e679066f140" | ||
31 | #BASEURI ?= "git://github.com/gcc-mirror/gcc;branch=gcc-6-branch;protocol=git" | ||
32 | BASEURI ?= "ftp://sourceware.org/pub/gcc/snapshots/6.2.0-RC-20160815/gcc-6.2.0-RC-20160815.tar.bz2" | ||
33 | |||
34 | SRC_URI = "\ | ||
35 | ${BASEURI} \ | ||
36 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | ||
37 | file://0002-uclibc-conf.patch \ | ||
38 | file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \ | ||
39 | file://0004-uclibc-locale.patch \ | ||
40 | file://0005-uclibc-locale-no__x.patch \ | ||
41 | file://0006-uclibc-locale-wchar_fix.patch \ | ||
42 | file://0007-uclibc-locale-update.patch \ | ||
43 | file://0008-missing-execinfo_h.patch \ | ||
44 | file://0009-c99-snprintf.patch \ | ||
45 | file://0010-gcc-poison-system-directories.patch \ | ||
46 | file://0011-gcc-poison-dir-extend.patch \ | ||
47 | file://0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | ||
48 | file://0013-64-bit-multilib-hack.patch \ | ||
49 | file://0014-optional-libstdc.patch \ | ||
50 | file://0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \ | ||
51 | file://0016-COLLECT_GCC_OPTIONS.patch \ | ||
52 | file://0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ | ||
53 | file://0018-fortran-cross-compile-hack.patch \ | ||
54 | file://0019-cpp-honor-sysroot.patch \ | ||
55 | file://0020-MIPS64-Default-to-N64-ABI.patch \ | ||
56 | file://0021-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \ | ||
57 | file://0022-gcc-Fix-argument-list-too-long-error.patch \ | ||
58 | file://0023-Disable-sdt.patch \ | ||
59 | file://0024-libtool.patch \ | ||
60 | file://0025-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \ | ||
61 | file://0026-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ | ||
62 | file://0027-Avoid-using-libdir-from-.la-which-usually-points-to-.patch \ | ||
63 | file://0028-export-CPP.patch \ | ||
64 | file://0029-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ | ||
65 | file://0030-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch \ | ||
66 | file://0031-Ensure-target-gcc-headers-can-be-included.patch \ | ||
67 | file://0032-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch \ | ||
68 | file://0033-Don-t-search-host-directory-during-relink-if-inst_pr.patch \ | ||
69 | file://0034-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch \ | ||
70 | file://0035-aarch64-Add-support-for-musl-ldso.patch \ | ||
71 | file://0036-libcc1-fix-libcc1-s-install-path-and-rpath.patch \ | ||
72 | file://0037-handle-sysroot-support-for-nativesdk-gcc.patch \ | ||
73 | file://0038-Search-target-sysroot-gcc-version-specific-dirs-with.patch \ | ||
74 | file://0039-Fix-various-_FOR_BUILD-and-related-variables.patch \ | ||
75 | file://0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch \ | ||
76 | file://0041-ssp_nonshared.patch \ | ||
77 | file://0042-gcc-libcpp-support-ffile-prefix-map-old-new.patch \ | ||
78 | file://0043-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ | ||
79 | file://0044-gcc-final.c-fdebug-prefix-map-support-to-remap-sourc.patch \ | ||
80 | file://0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch \ | ||
81 | file://0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \ | ||
82 | file://0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \ | ||
83 | ${BACKPORTS} \ | ||
84 | " | ||
85 | BACKPORTS = "" | ||
86 | |||
87 | SRC_URI[md5sum] = "9ef78bb894dfb38f567416eb67a68989" | ||
88 | SRC_URI[sha256sum] = "0754995253eb0efc061264b1c4e99efcaee45489a8b940ac5d2fd52e6773f27e" | ||
89 | |||
90 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}${SNAP}" | ||
91 | #S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git" | ||
92 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | ||
93 | |||
94 | # Language Overrides | ||
95 | FORTRAN = "" | ||
96 | JAVA = "" | ||
97 | |||
98 | LTO = "--enable-lto" | ||
99 | |||
100 | EXTRA_OECONF_BASE = "\ | ||
101 | ${LTO} \ | ||
102 | --enable-libssp \ | ||
103 | --enable-libitm \ | ||
104 | --disable-bootstrap \ | ||
105 | --disable-libmudflap \ | ||
106 | --with-system-zlib \ | ||
107 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ | ||
108 | --enable-linker-build-id \ | ||
109 | --with-ppl=no \ | ||
110 | --with-cloog=no \ | ||
111 | --enable-checking=release \ | ||
112 | --enable-cheaders=c_global \ | ||
113 | --without-isl \ | ||
114 | " | ||
115 | |||
116 | EXTRA_OECONF_INITIAL = "\ | ||
117 | --disable-libmudflap \ | ||
118 | --disable-libgomp \ | ||
119 | --disable-libitm \ | ||
120 | --disable-libquadmath \ | ||
121 | --with-system-zlib \ | ||
122 | --disable-lto \ | ||
123 | --disable-plugin \ | ||
124 | --enable-decimal-float=no \ | ||
125 | --without-isl \ | ||
126 | gcc_cv_libc_provides_ssp=yes \ | ||
127 | " | ||
128 | |||
129 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | ||
130 | |||
131 | EXTRA_OECONF_PATHS = "\ | ||
132 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ | ||
133 | --with-sysroot=/not/exist \ | ||
134 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | ||
135 | " | ||