All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH V2 00/12] Add GCC 8 recipes
Date: Wed, 6 Jun 2018 20:45:18 -0400	[thread overview]
Message-ID: <CADkTA4OwmjAJwxauPDWpxsoxENxSHpiNWkSm-Y8Gi9_CNdrMqg@mail.gmail.com> (raw)
In-Reply-To: <cover.1528320772.git.raj.khem@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 13063 bytes --]

On Wed, Jun 6, 2018 at 5:37 PM, Khem Raj <raj.khem@gmail.com> wrote:

> This changeset is including the review feedback from last patchset
>
> - Fixes ppc such that we dont have to change machine options so it remains
> backward compatible and folks can still use gcc7
> - Tweaks arm tunes to set -mtune instead of -mcpu, this avoids conflicts
> between -march/-mcpu
> - Removes workarounds to avoid these conflicts in valgrind
> - Add mips 74kc tune files
> - Linux yocto changes are also part of Bruce's kernel updates but this
> makes it complete until those changes are pulled in
>

Correct. I have all of the gcc8 patches in linux-yocto 4.12/4.14/4.15 and
linux-yocto-dev.

They should have been covered by my last set of SRCREV updates, and I
noticed that
some are in, and some not.

I'll resubmit my SRCREV queue tomorrow, and that will cover the gcc8 angle.

Bruce


>
> The following changes since commit cd195bdf5dd2c8ff03c58a63dcabe8
> 8b142d2a9c:
>
>   oe-pkgdata-util: package-info: Re-add support for the --extra option
> (2018-06-04 15:14:43 +0100)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/openembedded-core-contrib kraj/gcc-8
>   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-8
>
> Khem Raj (12):
>   tune/arm: Set -mtune instead of -mcpu
>   valgrind: Remove code to remove -mcpu option on arm
>   tune-mips-74k.inc: add tune file for 74kc mips
>   gcc-8: Add recipes for 8.1 release
>   gcc-8: Disable libssp for non mingw targets
>   gcc-8: Disable float128 for ppc/musl
>   gcc-8: Enabled mspe options for rs6000 ppc backend
>   tcmode-default: Switch to gcc 8.0
>   linux-yocto: Fix build with gcc8 for ppc
>   linux-yocto: Fix mips build with gcc8
>   linux-yocto: Fix mips64 build with gcc8
>   linux-yocto: Fix GCC 8 -Wrestrict error
>
>  meta/conf/distro/include/tcmode-default.inc   |   2 +-
>  .../machine/include/mips/tune-mips-74k.inc    |  37 +++
>  .../conf/machine/include/tune-arm1136jf-s.inc |   2 +-
>  meta/conf/machine/include/tune-arm920t.inc    |   2 +-
>  meta/conf/machine/include/tune-arm926ejs.inc  |   2 +-
>  meta/conf/machine/include/tune-arm9tdmi.inc   |   2 +-
>  meta/conf/machine/include/tune-cortexa15.inc  |   2 +-
>  meta/conf/machine/include/tune-cortexa17.inc  |   2 +-
>  meta/conf/machine/include/tune-cortexa5.inc   |   2 +-
>  meta/conf/machine/include/tune-cortexa7.inc   |   2 +-
>  meta/conf/machine/include/tune-cortexa8.inc   |   2 +-
>  meta/conf/machine/include/tune-cortexa9.inc   |   2 +-
>  meta/conf/machine/include/tune-ep9312.inc     |   2 +-
>  meta/conf/machine/include/tune-iwmmxt.inc     |   2 +-
>  .../machine/include/tune-strongarm1100.inc    |   2 +-
>  meta/conf/machine/include/tune-thunderx.inc   |   2 +-
>  meta/conf/machine/include/tune-xscale.inc     |   2 +-
>  meta/recipes-devtools/gcc/gcc-8.1.inc         | 127 +++++++++
>  ...0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch |  42 +++
>  .../gcc/gcc-8.1/0002-c99-snprintf.patch       |  28 ++
>  .../0003-gcc-poison-system-directories.patch  | 192 +++++++++++++
>  .../gcc-8.1/0004-gcc-poison-dir-extend.patch  |  39 +++
>  ...-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch |  73 +++++
>  .../gcc-8.1/0006-64-bit-multilib-hack.patch   |  85 ++++++
>  .../gcc/gcc-8.1/0007-optional-libstdc.patch   | 125 +++++++++
>  ...gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |  59 ++++
>  .../gcc-8.1/0009-COLLECT_GCC_OPTIONS.patch    |  38 +++
>  ...ts.h-in-B-instead-of-S-and-t-oe-in-B.patch |  96 +++++++
>  .../0011-fortran-cross-compile-hack.patch     |  46 ++++
>  .../gcc/gcc-8.1/0012-cpp-honor-sysroot.patch  |  54 ++++
>  .../0013-MIPS64-Default-to-N64-ABI.patch      |  57 ++++
>  ...AMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 234 ++++++++++++++++
>  ...gcc-Fix-argument-list-too-long-error.patch |  40 +++
>  .../gcc/gcc-8.1/0016-Disable-sdt.patch        | 113 ++++++++
>  .../gcc/gcc-8.1/0017-libtool.patch            |  42 +++
>  ...s-fix-v4bx-to-linker-to-support-EABI.patch |  43 +++
>  ...-config-files-from-B-instead-of-usin.patch | 102 +++++++
>  ...ir-from-.la-which-usually-points-to-.patch |  31 +++
>  .../gcc/gcc-8.1/0021-export-CPP.patch         |  53 ++++
>  ...ILIB_OSDIRNAMES-and-other-multilib-o.patch |  42 +++
>  ...e-target-gcc-headers-can-be-included.patch |  98 +++++++
>  ...ild-with-disable-dependency-tracking.patch |  54 ++++
>  ...t-directory-during-relink-if-inst_pr.patch |  38 +++
>  ...IR-replacement-instead-of-hardcoding.patch |  29 ++
>  ...27-aarch64-Add-support-for-musl-ldso.patch |  28 ++
>  ...-fix-libcc1-s-install-path-and-rpath.patch |  54 ++++
>  ...le-sysroot-support-for-nativesdk-gcc.patch | 213 +++++++++++++++
>  ...sroot-gcc-version-specific-dirs-with.patch | 102 +++++++
>  ...ous-_FOR_BUILD-and-related-variables.patch | 137 ++++++++++
>  ...032-nios2-Define-MUSL_DYNAMIC_LINKER.patch |  28 ++
>  ...d-to-link-commandline-for-musl-targe.patch |  87 ++++++
>  ...bgcc-Add-knob-to-use-ldbl-128-on-ppc.patch | 125 +++++++++
>  ...using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch |  29 ++
>  ...as-for-__cpu_indicator_init-instead-.patch |  86 ++++++
>  .../0037-sync-gcc-stddef.h-with-musl.patch    |  91 ++++++
>  ...-fault-in-precompiled-header-generat.patch |  60 ++++
>  .../0039-Fix-for-testsuite-failure.patch      | 258 ++++++++++++++++++
>  ...Re-introduce-spe-commandline-options.patch |  41 +++
>  meta/recipes-devtools/gcc/gcc-common.inc      |   2 +-
>  .../gcc/gcc-cross-canadian_8.1.bb             |   5 +
>  .../gcc/gcc-cross-initial_8.1.bb              |   2 +
>  meta/recipes-devtools/gcc/gcc-cross_8.1.bb    |   3 +
>  .../gcc/gcc-crosssdk-initial_8.1.bb           |   3 +
>  meta/recipes-devtools/gcc/gcc-crosssdk_8.1.bb |   2 +
>  meta/recipes-devtools/gcc/gcc-runtime_8.1.bb  |   7 +
>  .../gcc/gcc-sanitizers_8.1.bb                 |   2 +
>  meta/recipes-devtools/gcc/gcc-source_8.1.bb   |   4 +
>  meta/recipes-devtools/gcc/gcc_8.1.bb          |  10 +
>  .../gcc/libgcc-initial_8.1.bb                 |   2 +
>  meta/recipes-devtools/gcc/libgcc_8.1.bb       |   2 +
>  meta/recipes-devtools/gcc/libgfortran_8.1.bb  |   3 +
>  .../valgrind/valgrind_3.13.0.bb               |  11 -
>  ...ips-Disable-attribute-alias-warnings.patch |  43 +++
>  ...ps64-Disable-attribute-alias-warning.patch |  26 ++
>  ...jtool-perf-Fix-GCC-8-Wrestrict-error.patch |  51 ++++
>  ...e-attribute-alias-warnings-from-gcc8.patch |  31 +++
>  ...d-pager.c-do-not-alias-select-params.patch |  43 +++
>  ...isable-array-bounds-warning-with-gcc.patch |  28 ++
>  meta/recipes-kernel/linux/linux-yocto_4.15.bb |   8 +
>  79 files changed, 3648 insertions(+), 28 deletions(-)
>  create mode 100644 meta/conf/machine/include/mips/tune-mips-74k.inc
>  create mode 100644 meta/recipes-devtools/gcc/gcc-8.1.inc
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0002-c99-snprintf.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0003-gcc-poison-system-directories.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0004-gcc-poison-dir-
> extend.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0005-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0006-64-bit-multilib-hack.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0007-optional-libstdc.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0008-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0009-COLLECT_GCC_OPTIONS.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0010-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0011-fortran-cross-
> compile-hack.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0012-cpp-honor-sysroot.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0013-MIPS64-Default-to-N64-ABI.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0014-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0015-gcc-Fix-argument-list-too-long-error.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0016-Disable-sdt.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0017-libtool.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0018-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0019-Use-the-multilib-config-files-from-B-instead-of-usin.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0020-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0021-export-CPP.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0022-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0023-Ensure-target-gcc-headers-can-be-included.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0024-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0025-Don-t-search-host-directory-during-relink-if-inst_pr.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0026-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0027-aarch64-Add-support-for-musl-ldso.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0028-libcc1-fix-libcc1-s-install-path-and-rpath.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0029-handle-sysroot-
> support-for-nativesdk-gcc.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0030-Search-target-
> sysroot-gcc-version-specific-dirs-with.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0031-Fix-various-_FOR_BUILD-and-related-variables.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0032-nios2-Define-MUSL_DYNAMIC_LINKER.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0033-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0034-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0035-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0036-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0037-sync-gcc-stddef.h-with-musl.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0038-fix-segmentation-fault-in-precompiled-header-generat.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0039-Fix-for-testsuite-failure.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-
> 8.1/0040-Re-introduce-spe-commandline-options.patch
>  create mode 100644 meta/recipes-devtools/gcc/gcc-cross-canadian_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-cross-initial_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-cross_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-initial_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-runtime_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-sanitizers_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc-source_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/gcc_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/libgcc-initial_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/libgcc_8.1.bb
>  create mode 100644 meta/recipes-devtools/gcc/libgfortran_8.1.bb
>  create mode 100644 meta/recipes-kernel/linux/files/0001-mips-Disable-
> attribute-alias-warnings.patch
>  create mode 100644 meta/recipes-kernel/linux/files/0001-mips64-Disable-
> attribute-alias-warning.patch
>  create mode 100644 meta/recipes-kernel/linux/files/0001-objtool-perf-Fix-
> GCC-8-Wrestrict-error.patch
>  create mode 100644 meta/recipes-kernel/linux/files/0001-powerpc-Disable-
> attribute-alias-warnings-from-gcc8.patch
>  create mode 100644 meta/recipes-kernel/linux/files/0001-tools-lib-subcmd-
> pager.c-do-not-alias-select-params.patch
>  create mode 100644 meta/recipes-kernel/linux/files/0002-powerpc-ptrace-
> Disable-array-bounds-warning-with-gcc.patch
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 17659 bytes --]

  parent reply	other threads:[~2018-06-07  0:45 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06 21:37 [PATCH V2 00/12] Add GCC 8 recipes Khem Raj
2018-06-06 21:37 ` [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu Khem Raj
2018-06-06 22:15   ` Andre McCurdy
2018-06-06 22:43     ` Khem Raj
2018-06-06 23:42       ` Andre McCurdy
2018-06-07  5:58         ` Khem Raj
2018-06-07  6:36           ` Martin Jansa
2018-06-07 16:55             ` Khem Raj
2018-06-07  7:14           ` Andre McCurdy
2018-06-07 14:04             ` Khem Raj
2018-06-07 23:38               ` Andre McCurdy
2018-06-08  0:57                 ` Khem Raj
2018-06-08  1:20                   ` Andre McCurdy
2018-06-08  1:48                     ` Khem Raj
2018-06-08  8:12                     ` Khem Raj
2018-06-06 21:37 ` [PATCH 02/12] valgrind: Remove code to remove -mcpu option on arm Khem Raj
2018-06-06 21:37 ` [PATCH 03/12] tune-mips-74k.inc: add tune file for 74kc mips Khem Raj
2018-06-06 21:37 ` [PATCH 04/12] gcc-8: Add recipes for 8.1 release Khem Raj
2018-06-06 21:37 ` [PATCH 05/12] gcc-8: Disable libssp for non mingw targets Khem Raj
2018-06-06 21:37 ` [PATCH 06/12] gcc-8: Disable float128 for ppc/musl Khem Raj
2018-06-06 21:37 ` [PATCH 07/12] gcc-8: Enabled mspe options for rs6000 ppc backend Khem Raj
2018-06-06 21:37 ` [PATCH 08/12] tcmode-default: Switch to gcc 8.0 Khem Raj
2018-06-06 21:37 ` [PATCH 09/12] linux-yocto: Fix build with gcc8 for ppc Khem Raj
2018-06-06 21:37 ` [PATCH 10/12] linux-yocto: Fix mips build with gcc8 Khem Raj
2018-06-06 21:37 ` [PATCH 11/12] linux-yocto: Fix mips64 " Khem Raj
2018-06-06 21:37 ` [PATCH 12/12] linux-yocto: Fix GCC 8 -Wrestrict error Khem Raj
2018-06-07  0:45 ` Bruce Ashfield [this message]
2018-06-07 10:42   ` [PATCH V2 00/12] Add GCC 8 recipes Richard Purdie
2018-06-07 12:08     ` Kevin Hao
2018-06-07 13:58     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADkTA4OwmjAJwxauPDWpxsoxENxSHpiNWkSm-Y8Gi9_CNdrMqg@mail.gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.