aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 616b6bbe35..97c5e50dad 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -6,8 +6,13 @@ config GCC_VERSION_5
default y if GCC_USE_VERSION_5
bool
+config GCC_VERSION_8
+ default y if GCC_USE_VERSION_8
+ bool
+
config GCC_VERSION
string
default "5.5.0" if GCC_VERSION_5
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
+ default "8.1.0" if GCC_VERSION_8
default "7.3.0"