diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 025ea24..f5de52d 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -20,6 +20,11 @@ choice bool "gcc 4.9.x with Linaro enhancements" depends on BROKEN + config GCC_USE_VERSION_5 + select GCC_VERSION_5 + bool "gcc 5.x" + depends on BROKEN + endchoice config GCC_USE_GRAPHITE |