mbox series

[V2,00/12] Add GCC 8 recipes

Message ID cover.1528320772.git.raj.khem@gmail.com
Headers show
Series Add GCC 8 recipes | expand

Message

Khem Raj June 6, 2018, 9:37 p.m. UTC
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

The following changes since commit cd195bdf5dd2c8ff03c58a63dcabe88b142d2a9c:

  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

Comments

Bruce Ashfield June 7, 2018, 12:45 a.m. UTC | #1
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"
<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 6, 2018 at 5:37 PM, Khem Raj <span dir="ltr">&lt;<a href="mailto:raj.khem@gmail.com" target="_blank">raj.khem@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This changeset is including the review feedback from last patchset<br>
<br>
- Fixes ppc such that we dont have to change machine options so it remains backward compatible and folks can still use gcc7<br>
- Tweaks arm tunes to set -mtune instead of -mcpu, this avoids conflicts between -march/-mcpu<br>
- Removes workarounds to avoid these conflicts in valgrind<br>
- Add mips 74kc tune files<br>
- Linux yocto changes are also part of Bruce&#39;s kernel updates but this makes it complete until those changes are pulled in<br></blockquote><div><br></div><div>Correct. I have all of the gcc8 patches in linux-yocto 4.12/4.14/4.15 and linux-yocto-dev.</div><div><br></div><div>They should have been covered by my last set of SRCREV updates, and I noticed that</div><div>some are in, and some not.</div><div><br></div><div>I&#39;ll resubmit my SRCREV queue tomorrow, and that will cover the gcc8 angle.</div><div><br></div><div>Bruce</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The following changes since commit cd195bdf5dd2c8ff03c58a63dcabe8<wbr>8b142d2a9c:<br>
<br>
  oe-pkgdata-util: package-info: Re-add support for the --extra option (2018-06-04 15:14:43 +0100)<br>
<br>
are available in the Git repository at:<br>
<br>
  git://<a href="http://git.openembedded.org/openembedded-core-contrib" rel="noreferrer" target="_blank">git.openembedded.org/<wbr>openembedded-core-contrib</a> kraj/gcc-8<br>
  <a href="http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-8" rel="noreferrer" target="_blank">http://cgit.openembedded.org/<wbr>openembedded-core-contrib/log/<wbr>?h=kraj/gcc-8</a><br>
<br>
Khem Raj (12):<br>
  tune/arm: Set -mtune instead of -mcpu<br>
  valgrind: Remove code to remove -mcpu option on arm<br>
  tune-mips-74k.inc: add tune file for 74kc mips<br>
  gcc-8: Add recipes for 8.1 release<br>
  gcc-8: Disable libssp for non mingw targets<br>
  gcc-8: Disable float128 for ppc/musl<br>
  gcc-8: Enabled mspe options for rs6000 ppc backend<br>
  tcmode-default: Switch to gcc 8.0<br>
  linux-yocto: Fix build with gcc8 for ppc<br>
  linux-yocto: Fix mips build with gcc8<br>
  linux-yocto: Fix mips64 build with gcc8<br>
  linux-yocto: Fix GCC 8 -Wrestrict error<br>
<br>
 meta/conf/distro/include/<wbr>tcmode-default.inc   |   2 +-<br>
 .../machine/include/mips/tune-<wbr>mips-74k.inc    |  37 +++<br>
 .../conf/machine/include/tune-<wbr>arm1136jf-s.inc |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-arm920t.inc    |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-arm926ejs.inc  |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-arm9tdmi.inc   |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-cortexa15.inc  |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-cortexa17.inc  |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-cortexa5.inc   |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-cortexa7.inc   |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-cortexa8.inc   |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-cortexa9.inc   |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-ep9312.inc     |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-iwmmxt.inc     |   2 +-<br>
 .../machine/include/tune-<wbr>strongarm1100.inc    |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-thunderx.inc   |   2 +-<br>
 meta/conf/machine/include/<wbr>tune-xscale.inc     |   2 +-<br>
 meta/recipes-devtools/gcc/gcc-<wbr>8.1.inc         | 127 +++++++++<br>
 ...0001-gcc-4.3.1-ARCH_FLAGS_<wbr>FOR_TARGET.patch |  42 +++<br>
 .../gcc/gcc-8.1/0002-c99-<wbr>snprintf.patch       |  28 ++<br>
 .../0003-gcc-poison-system-<wbr>directories.patch  | 192 +++++++++++++<br>
 .../gcc-8.1/0004-gcc-poison-<wbr>dir-extend.patch  |  39 +++<br>
 ...-gcc-4.3.3-SYSROOT_CFLAGS_<wbr>FOR_TARGET.patch |  73 +++++<br>
 .../gcc-8.1/0006-64-bit-<wbr>multilib-hack.patch   |  85 ++++++<br>
 .../gcc/gcc-8.1/0007-optional-<wbr>libstdc.patch   | 125 +++++++++<br>
 ...gcc-disable-MASK_RELAX_PIC_<wbr>CALLS-bit.patch |  59 ++++<br>
 .../gcc-8.1/0009-COLLECT_GCC_<wbr>OPTIONS.patch    |  38 +++<br>
 ...ts.h-in-B-instead-of-S-and-<wbr>t-oe-in-B.patch |  96 +++++++<br>
 .../0011-fortran-cross-<wbr>compile-hack.patch     |  46 ++++<br>
 .../gcc/gcc-8.1/0012-cpp-<wbr>honor-sysroot.patch  |  54 ++++<br>
 .../0013-MIPS64-Default-to-<wbr>N64-ABI.patch      |  57 ++++<br>
 ...AMIC_LINKER-and-UCLIBC_<wbr>DYNAMIC_LINKE.patch | 234 ++++++++++++++++<br>
 ...gcc-Fix-argument-list-too-<wbr>long-error.patch |  40 +++<br>
 .../gcc/gcc-8.1/0016-Disable-<wbr>sdt.patch        | 113 ++++++++<br>
 .../gcc/gcc-8.1/0017-libtool.<wbr>patch            |  42 +++<br>
 ...s-fix-v4bx-to-linker-to-<wbr>support-EABI.patch |  43 +++<br>
 ...-config-files-from-B-<wbr>instead-of-usin.patch | 102 +++++++<br>
 ...ir-from-.la-which-usually-<wbr>points-to-.patch |  31 +++<br>
 .../gcc/gcc-8.1/0021-export-<wbr>CPP.patch         |  53 ++++<br>
 ...ILIB_OSDIRNAMES-and-other-<wbr>multilib-o.patch |  42 +++<br>
 ...e-target-gcc-headers-can-<wbr>be-included.patch |  98 +++++++<br>
 ...ild-with-disable-<wbr>dependency-tracking.patch |  54 ++++<br>
 ...t-directory-during-relink-<wbr>if-inst_pr.patch |  38 +++<br>
 ...IR-replacement-instead-of-<wbr>hardcoding.patch |  29 ++<br>
 ...27-aarch64-Add-support-for-<wbr>musl-ldso.patch |  28 ++<br>
 ...-fix-libcc1-s-install-path-<wbr>and-rpath.patch |  54 ++++<br>
 ...le-sysroot-support-for-<wbr>nativesdk-gcc.patch | 213 +++++++++++++++<br>
 ...sroot-gcc-version-specific-<wbr>dirs-with.patch | 102 +++++++<br>
 ...ous-_FOR_BUILD-and-related-<wbr>variables.patch | 137 ++++++++++<br>
 ...032-nios2-Define-MUSL_<wbr>DYNAMIC_LINKER.patch |  28 ++<br>
 ...d-to-link-commandline-for-<wbr>musl-targe.patch |  87 ++++++<br>
 ...bgcc-Add-knob-to-use-ldbl-<wbr>128-on-ppc.patch | 125 +++++++++<br>
 ...using-LDFLAGS-not-just-<wbr>SHLIB_LDFLAGS.patch |  29 ++<br>
 ...as-for-__cpu_indicator_<wbr>init-instead-.patch |  86 ++++++<br>
 .../0037-sync-gcc-stddef.h-<wbr>with-musl.patch    |  91 ++++++<br>
 ...-fault-in-precompiled-<wbr>header-generat.patch |  60 ++++<br>
 .../0039-Fix-for-testsuite-<wbr>failure.patch      | 258 ++++++++++++++++++<br>
 ...Re-introduce-spe-<wbr>commandline-options.patch |  41 +++<br>
 meta/recipes-devtools/gcc/gcc-<wbr>common.inc      |   2 +-<br>
 .../gcc/<a href="http://gcc-cross-canadian_8.1.bb" rel="noreferrer" target="_blank">gcc-cross-canadian_8.<wbr>1.bb</a>             |   5 +<br>
 .../gcc/<a href="http://gcc-cross-initial_8.1.bb" rel="noreferrer" target="_blank">gcc-cross-initial_8.1.<wbr>bb</a>              |   2 +<br>
 meta/recipes-devtools/gcc/<a href="http://gcc-cross_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>cross_8.1.bb</a>    |   3 +<br>
 .../gcc/<a href="http://gcc-crosssdk-initial_8.1.bb" rel="noreferrer" target="_blank">gcc-crosssdk-initial_<wbr>8.1.bb</a>           |   3 +<br>
 meta/recipes-devtools/gcc/<a href="http://gcc-crosssdk_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>crosssdk_8.1.bb</a> |   2 +<br>
 meta/recipes-devtools/gcc/<a href="http://gcc-runtime_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>runtime_8.1.bb</a>  |   7 +<br>
 .../gcc/<a href="http://gcc-sanitizers_8.1.bb" rel="noreferrer" target="_blank">gcc-sanitizers_8.1.bb</a>                 |   2 +<br>
 meta/recipes-devtools/gcc/<a href="http://gcc-source_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>source_8.1.bb</a>   |   4 +<br>
 meta/recipes-devtools/gcc/<a href="http://gcc_8.1.bb" rel="noreferrer" target="_blank">gcc_<wbr>8.1.bb</a>          |  10 +<br>
 .../gcc/<a href="http://libgcc-initial_8.1.bb" rel="noreferrer" target="_blank">libgcc-initial_8.1.bb</a>                 |   2 +<br>
 meta/recipes-devtools/gcc/<a href="http://libgcc_8.1.bb" rel="noreferrer" target="_blank">libg<wbr>cc_8.1.bb</a>       |   2 +<br>
 meta/recipes-devtools/gcc/<a href="http://libgfortran_8.1.bb" rel="noreferrer" target="_blank">libg<wbr>fortran_8.1.bb</a>  |   3 +<br>
 .../valgrind/<a href="http://valgrind_3.13.0.bb" rel="noreferrer" target="_blank">valgrind_3.13.0.<wbr>bb</a>               |  11 -<br>
 ...ips-Disable-attribute-<wbr>alias-warnings.patch |  43 +++<br>
 ...ps64-Disable-attribute-<wbr>alias-warning.patch |  26 ++<br>
 ...jtool-perf-Fix-GCC-8-<wbr>Wrestrict-error.patch |  51 ++++<br>
 ...e-attribute-alias-warnings-<wbr>from-gcc8.patch |  31 +++<br>
 ...d-pager.c-do-not-alias-<wbr>select-params.patch |  43 +++<br>
 ...isable-array-bounds-<wbr>warning-with-gcc.patch |  28 ++<br>
 meta/recipes-kernel/linux/<a href="http://linux-yocto_4.15.bb" rel="noreferrer" target="_blank">linu<wbr>x-yocto_4.15.bb</a> |   8 +<br>
 79 files changed, 3648 insertions(+), 28 deletions(-)<br>
 create mode 100644 meta/conf/machine/include/<wbr>mips/tune-mips-74k.inc<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1.inc<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0001-gcc-4.3.1-ARCH_FLAGS_<wbr>FOR_TARGET.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0002-c99-snprintf.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0003-gcc-poison-system-<wbr>directories.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0004-gcc-poison-dir-<wbr>extend.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0005-gcc-4.3.3-SYSROOT_<wbr>CFLAGS_FOR_TARGET.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0006-64-bit-multilib-hack.<wbr>patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0007-optional-libstdc.<wbr>patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0008-gcc-disable-MASK_<wbr>RELAX_PIC_CALLS-bit.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0009-COLLECT_GCC_OPTIONS.<wbr>patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0010-Use-the-defaults.h-<wbr>in-B-instead-of-S-and-t-oe-in-<wbr>B.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0011-fortran-cross-<wbr>compile-hack.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0012-cpp-honor-sysroot.<wbr>patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0013-MIPS64-Default-to-<wbr>N64-ABI.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0014-Define-GLIBC_DYNAMIC_<wbr>LINKER-and-UCLIBC_DYNAMIC_<wbr>LINKE.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0015-gcc-Fix-argument-<wbr>list-too-long-error.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0016-Disable-sdt.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0017-libtool.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0018-gcc-armv4-pass-fix-<wbr>v4bx-to-linker-to-support-<wbr>EABI.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0019-Use-the-multilib-<wbr>config-files-from-B-instead-<wbr>of-usin.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0020-Avoid-using-libdir-<wbr>from-.la-which-usually-points-<wbr>to-.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0021-export-CPP.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0022-Disable-the-MULTILIB_<wbr>OSDIRNAMES-and-other-multilib-<wbr>o.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0023-Ensure-target-gcc-<wbr>headers-can-be-included.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0024-gcc-4.8-won-t-build-<wbr>with-disable-dependency-<wbr>tracking.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0025-Don-t-search-host-<wbr>directory-during-relink-if-<wbr>inst_pr.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0026-Use-SYSTEMLIBS_DIR-<wbr>replacement-instead-of-<wbr>hardcoding.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0027-aarch64-Add-support-<wbr>for-musl-ldso.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0028-libcc1-fix-libcc1-s-<wbr>install-path-and-rpath.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0029-handle-sysroot-<wbr>support-for-nativesdk-gcc.<wbr>patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0030-Search-target-<wbr>sysroot-gcc-version-specific-<wbr>dirs-with.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0031-Fix-various-_FOR_<wbr>BUILD-and-related-variables.<wbr>patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0032-nios2-Define-MUSL_<wbr>DYNAMIC_LINKER.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0033-Add-ssp_nonshared-to-<wbr>link-commandline-for-musl-<wbr>targe.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0034-libgcc-Add-knob-to-<wbr>use-ldbl-128-on-ppc.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0035-Link-libgcc-using-<wbr>LDFLAGS-not-just-SHLIB_<wbr>LDFLAGS.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0036-libgcc_s-Use-alias-<wbr>for-__cpu_indicator_init-<wbr>instead-.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0037-sync-gcc-stddef.h-<wbr>with-musl.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0038-fix-segmentation-<wbr>fault-in-precompiled-header-<wbr>generat.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0039-Fix-for-testsuite-<wbr>failure.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/gcc-<wbr>8.1/0040-Re-introduce-spe-<wbr>commandline-options.patch<br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-cross-canadian_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>cross-canadian_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-cross-initial_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>cross-initial_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-cross_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>cross_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-crosssdk-initial_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>crosssdk-initial_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-crosssdk_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>crosssdk_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-runtime_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>runtime_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-sanitizers_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>sanitizers_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc-source_8.1.bb" rel="noreferrer" target="_blank">gcc-<wbr>source_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://gcc_8.1.bb" rel="noreferrer" target="_blank">gcc_<wbr>8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://libgcc-initial_8.1.bb" rel="noreferrer" target="_blank">libg<wbr>cc-initial_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://libgcc_8.1.bb" rel="noreferrer" target="_blank">libg<wbr>cc_8.1.bb</a><br>
 create mode 100644 meta/recipes-devtools/gcc/<a href="http://libgfortran_8.1.bb" rel="noreferrer" target="_blank">libg<wbr>fortran_8.1.bb</a><br>
 create mode 100644 meta/recipes-kernel/linux/<wbr>files/0001-mips-Disable-<wbr>attribute-alias-warnings.patch<br>
 create mode 100644 meta/recipes-kernel/linux/<wbr>files/0001-mips64-Disable-<wbr>attribute-alias-warning.patch<br>
 create mode 100644 meta/recipes-kernel/linux/<wbr>files/0001-objtool-perf-Fix-<wbr>GCC-8-Wrestrict-error.patch<br>
 create mode 100644 meta/recipes-kernel/linux/<wbr>files/0001-powerpc-Disable-<wbr>attribute-alias-warnings-from-<wbr>gcc8.patch<br>
 create mode 100644 meta/recipes-kernel/linux/<wbr>files/0001-tools-lib-subcmd-<wbr>pager.c-do-not-alias-select-<wbr>params.patch<br>
 create mode 100644 meta/recipes-kernel/linux/<wbr>files/0002-powerpc-ptrace-<wbr>Disable-array-bounds-warning-<wbr>with-gcc.patch<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
2.17.1<br>
<br>
-- <br>
______________________________<wbr>_________________<br>
Openembedded-core mailing list<br>
<a href="mailto:Openembedded-core@lists.openembedded.org">Openembedded-core@lists.<wbr>openembedded.org</a><br>
<a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" rel="noreferrer" target="_blank">http://lists.openembedded.org/<wbr>mailman/listinfo/openembedded-<wbr>core</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">&quot;Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end&quot;</div>
</div></div>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Richard Purdie June 7, 2018, 10:42 a.m. UTC | #2
On Wed, 2018-06-06 at 20:45 -0400, Bruce Ashfield wrote:
> 

> 

> 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.


Thanks. Khem's series failed since it doesn't cover 4.14, Bruce's
patchset helped a lot.

It looks like we have kernel failures with:

MACHINE="mpc8315e-rdb" DISTRO="poky-lsb" in linux-yocto 4.14
https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/1051/steps/BuildImages_1/logs/stdio

MACHINE="mpc8315e-rdb" DISTRO="poky" in linux-yocto 4.15
https://autobuilder.yocto.io/builders/nightly-ppc/builds/1066/steps/BuildImages_1/logs/stdio

MACHINE="edgerouter" DISTRO="poky-lsb" in linux-yocto 4.14:
https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/1040/steps/BuildImages_1/logs/stdio

MACHINE="edgerouter" DISTRO="poky" in linux-yocto 4.15:
https://autobuilder.yocto.io/builders/nightly-mips/builds/1044/steps/BuildImages_1/logs/stdio

I realised the above may be due to missing BSP SRCREV updates (cc Kevin)?

With gcc 8, it seems we have a problem with meta-mingw:

https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/1062/steps/BuildImages_3/logs/stdio

The build isn't finished but I'm hoping these are the main remaining
issues.

Cheers,

Richard








-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Kevin Hao June 7, 2018, 12:08 p.m. UTC | #3
On Thu, Jun 07, 2018 at 11:42:08AM +0100, Richard Purdie wrote:
> On Wed, 2018-06-06 at 20:45 -0400, Bruce Ashfield wrote:

> > 

> > 

> > 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.

> 

> Thanks. Khem's series failed since it doesn't cover 4.14, Bruce's

> patchset helped a lot.

> 

> It looks like we have kernel failures with:

> 

> MACHINE="mpc8315e-rdb" DISTRO="poky-lsb" in linux-yocto 4.14

> https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/1051/steps/BuildImages_1/logs/stdio

> 

> MACHINE="mpc8315e-rdb" DISTRO="poky" in linux-yocto 4.15

> https://autobuilder.yocto.io/builders/nightly-ppc/builds/1066/steps/BuildImages_1/logs/stdio

> 

> MACHINE="edgerouter" DISTRO="poky-lsb" in linux-yocto 4.14:

> https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/1040/steps/BuildImages_1/logs/stdio

> 

> MACHINE="edgerouter" DISTRO="poky" in linux-yocto 4.15:

> https://autobuilder.yocto.io/builders/nightly-mips/builds/1044/steps/BuildImages_1/logs/stdio

> 

> I realised the above may be due to missing BSP SRCREV updates (cc Kevin)?


I will update the SRCREV for these boards ASAP.

Thanks,
Kevin

> 

> With gcc 8, it seems we have a problem with meta-mingw:

> 

> https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/1062/steps/BuildImages_3/logs/stdio

> 

> The build isn't finished but I'm hoping these are the main remaining

> issues.

> 

> Cheers,

> 

> Richard

> 

> 

> 

> 

> 

> 

> 

>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Khem Raj June 7, 2018, 1:58 p.m. UTC | #4
On Thu, Jun 7, 2018 at 3:42 AM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Wed, 2018-06-06 at 20:45 -0400, Bruce Ashfield wrote:

>>

>>

>> 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.

>

> Thanks. Khem's series failed since it doesn't cover 4.14, Bruce's

> patchset helped a lot.


yes I only fixed 4.15 since that was default kernel

>

> It looks like we have kernel failures with:

>

> MACHINE="mpc8315e-rdb" DISTRO="poky-lsb" in linux-yocto 4.14

> https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/1051/steps/BuildImages_1/logs/stdio

>

> MACHINE="mpc8315e-rdb" DISTRO="poky" in linux-yocto 4.15

> https://autobuilder.yocto.io/builders/nightly-ppc/builds/1066/steps/BuildImages_1/logs/stdio

>

> MACHINE="edgerouter" DISTRO="poky-lsb" in linux-yocto 4.14:

> https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/1040/steps/BuildImages_1/logs/stdio

>

> MACHINE="edgerouter" DISTRO="poky" in linux-yocto 4.15:

> https://autobuilder.yocto.io/builders/nightly-mips/builds/1044/steps/BuildImages_1/logs/stdio

>

> I realised the above may be due to missing BSP SRCREV updates (cc Kevin)?

>

> With gcc 8, it seems we have a problem with meta-mingw:

>

> https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/1062/steps/BuildImages_3/logs/stdio

>


yes I have patch for this sent to yp mailing list just now.

> The build isn't finished but I'm hoping these are the main remaining

> issues.

>

> Cheers,

>

> Richard

>

>

>

>

>

>

>

>

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core