diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 8a68056e9a..2d4400afb4 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -15,11 +15,6 @@ 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" - depends on BROKEN - config GCC_USE_VERSION_5 select GCC_VERSION_5 bool "gcc 5.x" |