diff options
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 1 | ||||
-rw-r--r-- | toolchain/gcc/Config.version | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index def296f01e..7cb6d379be 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -13,7 +13,6 @@ choice depends on arc config GCC_USE_VERSION_5 - select GCC_VERSION_5 bool "gcc 5.x" depends on !arc diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 30df7235a4..e83553f360 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -10,7 +10,3 @@ config GCC_VERSION config GCC_VERSION_4_8 bool default y if GCC_VERSION_4_8_ARC - -config GCC_VERSION_5 - default y if (!TOOLCHAINOPTS && !arc) - bool |