diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 1ec6503097..2b11f8714e 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -25,6 +25,10 @@ choice select GCC_VERSION_4_8_LINARO bool "gcc 4.8.x with Linaro enhancements" + config GCC_USE_VERSION_4_9_LINARO + select GCC_VERSION_4_9_LINARO + bool "gcc 4.9.x with Linaro enhancements" + endchoice config GCC_USE_GRAPHITE |