summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-05 21:35:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-05 21:35:57 +0200
commit95b9c2fc264e4b07732667ddd65da8ece5aec59f (patch)
treea36c7c658df5aa09bac722cca711c5d533ee60cc
parent446b8854814a9f708ebb11e2f2157d0d4cfa0ee6 (diff)
hppa: switch to gcc 9 as 8.4.0 seems to have a regression and qemu does not start with it
-rw-r--r--target/config/Config.in.compiler3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 0496ef8a6..148fd2a39 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -19,6 +19,7 @@ default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_ARM11MPCORE
default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_CORTEX_A53
default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_CSKY
+default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_HPPA
default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_OR1K
default ADK_TOOLCHAIN_GCC_8
@@ -40,6 +41,7 @@ config ADK_TOOLCHAIN_GCC_8
bool "8.4.0"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
+ depends on !ADK_TARGET_ARCH_HPPA
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
@@ -51,6 +53,7 @@ config ADK_TOOLCHAIN_GCC_7
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
+ depends on !ADK_TARGET_ARCH_HPPA
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K