Lines Matching +full:build +full:- +full:without +full:- +full:defaults
1 require gcc-common.inc
13 DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native"
14 NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"
16 LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"
27 #BASEURI ?= "https://git.linaro.org/toolchain/gcc.git/snapshot/gcc-${RELEASE}.tar.gz"
28 #SOURCEDIR = "gcc-${RELEASE}"
29 #BASEURI ?= "https://repo.or.cz/official-gcc.git/snapshot/${RELEASE}.tar.gz;downloadfilename=gcc-${…
30 #SOURCEDIR ?= "official-gcc-${@'${RELEASE}'[0:7]}"
34 #RELEASE ?= "14-20240504"
35 #BASEURI ?= "https://gcc.gnu.org/pub/gcc/snapshots/${RELEASE}/gcc-${RELEASE}.tar.xz"
36 #SOURCEDIR ?= "gcc-${RELEASE}"
41 BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz"
42 SOURCEDIR ?= "gcc-${PV}"
46 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
47 file://0002-gcc-poison-system-directories.patch \
48 file://0003-64-bit-multilib-hack.patch \
49 file://0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch \
50 file://0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
51 file://0006-cpp-honor-sysroot.patch \
52 file://0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \
53 file://0008-libtool.patch \
54 file://0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \
55 file://0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch \
56 file://0011-aarch64-Fix-include-paths-when-S-B.patch \
57 file://0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch \
58 file://0013-Ensure-target-gcc-headers-can-be-included.patch \
59 file://0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch \
60 file://0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch \
61 file://0016-handle-sysroot-support-for-nativesdk-gcc.patch \
62 file://0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch \
63 file://0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
64 file://0019-Re-introduce-spe-commandline-options.patch \
65 file://0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
66 file://0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch \
67 file://0022-libatomic-Do-not-enforce-march-on-aarch64.patch \
68 file://0023-Fix-install-path-of-linux64.h.patch \
69 file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \
70 file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \
71 file://0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch \
72 file://0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch \
73 file://gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch \
76 S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${SOURCEDIR}"
77 B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
82 SSP ?= "--disable-libssp"
83 SSP:mingw32 = "--enable-libssp"
87 --enable-libitm \
88 --enable-lto \
89 --disable-bootstrap \
90 --with-system-zlib \
91 ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \
92 --enable-linker-build-id \
93 --with-ppl=no \
94 --with-cloog=no \
95 --enable-checking=release \
96 --enable-cheaders=c_global \
97 --without-isl \
101 --disable-libgomp \
102 --disable-libitm \
103 --disable-libquadmath \
104 --with-system-zlib \
105 --disable-lto \
106 --disable-plugin \
107 --enable-linker-build-id \
108 --enable-decimal-float=no \
109 --without-isl \
110 --disable-libssp \
113 CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc"
114 CVE_STATUS[CVE-2023-4039] = "fixed-version: Fixed from version 14.0+"