From b280e5218886db908c7b03c6b5b062f148d92635 Mon Sep 17 00:00:00 2001 From: Luis Fernandez Date: Wed, 17 Apr 2019 15:18:27 -0500 Subject: Configuration updates to compile with GCC 8 Signed-off-by: Luis Fernandez --- openpower/configs/p9dsu_defconfig | 2 +- openpower/configs/romulus_defconfig | 2 +- openpower/configs/witherspoon_defconfig | 2 +- openpower/configs/zaius_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openpower/configs/p9dsu_defconfig b/openpower/configs/p9dsu_defconfig index 4fd423b6..4918acd6 100644 --- a/openpower/configs/p9dsu_defconfig +++ b/openpower/configs/p9dsu_defconfig @@ -1,7 +1,7 @@ BR2_powerpc64le=y BR2_powerpc_power8=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" -BR2_GCC_VERSION_6_X=y +BR2_GCC_VERSION_8_X=y BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_HOSTNAME="skiroot" diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig index 9c9a5a58..e8198df9 100644 --- a/openpower/configs/romulus_defconfig +++ b/openpower/configs/romulus_defconfig @@ -1,7 +1,7 @@ BR2_powerpc64le=y BR2_powerpc_power8=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" -BR2_GCC_VERSION_6_X=y +BR2_GCC_VERSION_8_X=y BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_HOSTNAME="skiroot" diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig index 0e675bd8..30dca140 100644 --- a/openpower/configs/witherspoon_defconfig +++ b/openpower/configs/witherspoon_defconfig @@ -1,7 +1,7 @@ BR2_powerpc64le=y BR2_powerpc_power8=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" -BR2_GCC_VERSION_6_X=y +BR2_GCC_VERSION_8_X=y BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_HOSTNAME="skiroot" diff --git a/openpower/configs/zaius_defconfig b/openpower/configs/zaius_defconfig index 754f358c..9096b22f 100644 --- a/openpower/configs/zaius_defconfig +++ b/openpower/configs/zaius_defconfig @@ -1,7 +1,7 @@ BR2_powerpc64le=y BR2_powerpc_power8=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" -BR2_GCC_VERSION_6_X=y +BR2_GCC_VERSION_8_X=y BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_HOSTNAME="skiroot" -- cgit v1.2.1