blob: 42eabef6511640887bfdca77753098da963fd9c0 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001require gcc-common.inc
2
3# Third digit in PV should be incremented after a minor release
4
Brad Bishop00111322018-04-01 22:23:53 -04005PV = "6.4.0"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006
7# BINV should be incremented to a revision after a minor gcc release
8
Brad Bishop00111322018-04-01 22:23:53 -04009BINV = "6.4.0"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
Brad Bishop00111322018-04-01 22:23:53 -040011FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-6.4:${FILE_DIRNAME}/gcc-6.4/backport:"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012
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
Brad Bishop00111322018-04-01 22:23:53 -040027BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050028#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 \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050035 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 \
Brad Bishop00111322018-04-01 22:23:53 -040068 file://0041-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050069 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 ${BACKPORTS} \
79"
80BACKPORTS = "\
81 file://CVE-2016-6131.patch \
Brad Bishop00111322018-04-01 22:23:53 -040082 file://0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \
83 file://0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch \
84 file://0001-i386-Move-struct-ix86_frame-to-machine_function.patch \
85 file://0002-i386-Use-reference-of-struct-ix86_frame-to-avoid-cop.patch \
86 file://0003-i386-Use-const-reference-of-struct-ix86_frame-to-avo.patch \
87 file://0004-x86-Add-mindirect-branch.patch \
88 file://0005-x86-Add-mfunction-return.patch \
89 file://0006-x86-Add-mindirect-branch-register.patch \
90 file://0007-x86-Add-V-register-operand-modifier.patch \
91 file://0008-x86-Disallow-mindirect-branch-mfunction-return-with-.patch \
92 file://0009-Use-INVALID_REGNUM-in-indirect-thunk-processing.patch \
93 file://0010-i386-Pass-INVALID_REGNUM-as-invalid-register-number.patch \
94 file://0011-i386-Update-mfunction-return-for-return-with-pop.patch \
95 file://0012-i386-Add-TARGET_INDIRECT_BRANCH_REGISTER.patch \
96 file://0013-gcc-sanitizers.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050097"
Brad Bishop00111322018-04-01 22:23:53 -040098
99SRC_URI[md5sum] = "11ba51a0cfb8471927f387c8895fe232"
100SRC_URI[sha256sum] = "850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4"
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500101
102S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
103#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"
104B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
105
106# Language Overrides
107FORTRAN = ""
108JAVA = ""
109
110LTO = "--enable-lto"
111
112EXTRA_OECONF_BASE = "\
113 ${LTO} \
114 --enable-libssp \
115 --enable-libitm \
116 --disable-bootstrap \
117 --disable-libmudflap \
118 --with-system-zlib \
119 --with-linker-hash-style=${LINKER_HASH_STYLE} \
120 --enable-linker-build-id \
121 --with-ppl=no \
122 --with-cloog=no \
123 --enable-checking=release \
124 --enable-cheaders=c_global \
125 --without-isl \
126"
127
128EXTRA_OECONF_INITIAL = "\
129 --disable-libmudflap \
130 --disable-libgomp \
131 --disable-libitm \
132 --disable-libquadmath \
133 --with-system-zlib \
134 --disable-lto \
135 --disable-plugin \
136 --enable-decimal-float=no \
137 --without-isl \
138 gcc_cv_libc_provides_ssp=yes \
139"
140
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500141EXTRA_OECONF_PATHS = "\
142 --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \
143 --with-sysroot=/not/exist \
144 --with-build-sysroot=${STAGING_DIR_TARGET} \
145"