toolchain: get rid of GCC_VERSION_5 config symbol

Replace it with !GCC_VERSION_4_8 to be more future compatible

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-07-14 12:08:03 +02:00
parent e031940570
commit a4e90e2cac
3 changed files with 2 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ choice
depends on arc
config GCC_USE_VERSION_5
select GCC_VERSION_5
bool "gcc 5.x"
depends on !arc

View File

@@ -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