diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 37437900b1..c3208d372c 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -20,6 +20,9 @@ choice bool "gcc 7.x" depends on !arc + config GCC_USE_VERSION_8 + bool "gcc 8.x" + depends on !arc endchoice config GCC_USE_GRAPHITE |