From 77fecac50a866d45ab500b245f9d1fd9a4e8ea71 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 May 2017 19:44:07 +0200 Subject: gcc: add support for 7.1 --- target/config/Config.in.compiler | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 889aa972b..2a690da69 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -37,6 +37,18 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_OR1K select ADK_DISABLE_HONOUR_CFLAGS +config ADK_TOOLCHAIN_GCC_7 + bool "7.1.0" + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_ARCH_RISCV32 + depends on !ADK_TARGET_ARCH_RISCV64 + select ADK_DISABLE_HONOUR_CFLAGS + config ADK_TOOLCHAIN_GCC_6 bool "6.3.0" depends on !ADK_TARGET_ARCH_ARC -- cgit v1.2.3