diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-05-12 14:56:36 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-06-05 09:27:33 +0200 |
commit | 29e2f9ea5b2eaafc5e184be71cfe915b6f46cee4 (patch) | |
tree | bbe4c5e2b1ffd68de335e2d3454eeac2dd2c9178 /toolchain/gcc/Config.in | |
parent | 09ef028e58605d8ff574b3f0f12ec291d477ce97 (diff) | |
download | upstream-29e2f9ea5b2eaafc5e184be71cfe915b6f46cee4.tar.gz upstream-29e2f9ea5b2eaafc5e184be71cfe915b6f46cee4.tar.bz2 upstream-29e2f9ea5b2eaafc5e184be71cfe915b6f46cee4.zip |
gcc: remove support for version 6.3.0
It is obsoleted by gcc 7
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 34db20d3aa..37437900b1 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -16,10 +16,6 @@ choice bool "gcc 5.x" depends on !arc - config GCC_USE_VERSION_6 - bool "gcc 6.x" - depends on !arc - config GCC_USE_VERSION_7 bool "gcc 7.x" depends on !arc |