toolchain/gcc: cleanup gcc9 config option
authorPaul Spooren <mail@aparcar.org>
Wed, 22 Sep 2021 01:06:33 +0000 (15:06 -1000)
committerPaul Spooren <mail@aparcar.org>
Wed, 22 Sep 2021 01:10:25 +0000 (15:10 -1000)
This line should have been removed in 244847da "build: remove GCC9
support" but stayed in tree after an incomplete rebase. Fix it.

Signed-off-by: Paul Spooren <mail@aparcar.org>
toolchain/gcc/Config.in

index a0fa609172ef0c837b358530a4895d44618dc9ce..813c3dfa3e751053b88e56fc299eae43a913429a 100644 (file)
@@ -9,9 +9,6 @@ choice
        config GCC_USE_VERSION_8
                bool "gcc 8.x"
 
-       config GCC_USE_VERSION_9
-               bool "gcc 9.x"
-
        config GCC_USE_VERSION_10
                bool "gcc 10.x"