]> code.ossystems Code Review - openembedded-core.git/commit
gcc-9: Add recipes for gcc 9.1 release
authorKhem Raj <raj.khem@gmail.com>
Tue, 7 May 2019 21:03:38 +0000 (14:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2019 08:04:05 +0000 (09:04 +0100)
commitbbf32e24608cd9479cf26f52aa14a42411b418c5
tree14ac3338ae077597cd92f9ec929adc2472eabc5e
parent8493fe87e241bb7aeb9075683d2e44dd1e2bc334
gcc-9: Add recipes for gcc 9.1 release

Add maintainer entry for gcc-source-9.1.0

Delete entry for gcc-source-7.3.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
49 files changed:
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/gcc/gcc-9.1.inc [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0002-gcc-poison-system-directories.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0004-64-bit-multilib-hack.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0005-optional-libstdc.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0007-COLLECT_GCC_OPTIONS.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0008-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0009-fortran-cross-compile-hack.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0010-cpp-honor-sysroot.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0011-MIPS64-Default-to-N64-ABI.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0012-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0013-gcc-Fix-argument-list-too-long-error.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0014-Disable-sdt.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0015-libtool.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0016-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0017-Use-the-multilib-config-files-from-B-instead-of-usin.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0018-Avoid-using-libdir-from-.la-which-usually-points-to-.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0019-export-CPP.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0020-Ensure-target-gcc-headers-can-be-included.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0021-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0022-Don-t-search-host-directory-during-relink-if-inst_pr.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0023-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0024-aarch64-Add-support-for-musl-ldso.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0025-libcc1-fix-libcc1-s-install-path-and-rpath.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0026-handle-sysroot-support-for-nativesdk-gcc.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0027-Search-target-sysroot-gcc-version-specific-dirs-with.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0028-Fix-various-_FOR_BUILD-and-related-variables.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0029-nios2-Define-MUSL_DYNAMIC_LINKER.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0030-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0031-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0032-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0033-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0034-sync-gcc-stddef.h-with-musl.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0035-fix-segmentation-fault-in-precompiled-header-generat.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0036-Fix-for-testsuite-failure.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.1/0037-Re-introduce-spe-commandline-options.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-cross-canadian_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-cross_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-crosssdk_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-runtime_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-sanitizers_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-source_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/libgcc-initial_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/libgcc_9.1.bb [new file with mode: 0644]
meta/recipes-devtools/gcc/libgfortran_9.1.bb [new file with mode: 0644]