summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-21 09:55:34 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-26 19:07:41 +0000
commit75065a41051a92cbc55d1f956ac857df2988dcfb (patch)
tree524f2291c766563ab6197120bd1e3917f636a648
parent84cd25eb4f21611ccdf65b1986af45d912085fe9 (diff)
downloadtalos-op-build-75065a41051a92cbc55d1f956ac857df2988dcfb.tar.gz
talos-op-build-75065a41051a92cbc55d1f956ac857df2988dcfb.zip
Revert to GCC6
This fixes FTBFS with GCC7 and failure to IPL with GCC8
-rw-r--r--openpower/configs/talos_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpower/configs/talos_defconfig b/openpower/configs/talos_defconfig
index 3aeaaacc..d9ea3518 100644
--- a/openpower/configs/talos_defconfig
+++ b/openpower/configs/talos_defconfig
@@ -1,8 +1,8 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
+BR2_GCC_VERSION_6_X=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
-BR2_GCC_VERSION_8_X=y
-BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer"
+BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_HOSTNAME="skiroot"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
OpenPOWER on IntegriCloud