Browse Source

toolchain/gcc: cleanup gcc9 config option

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 <[email protected]>
Paul Spooren 4 years ago
parent
commit
753f2f1eaa
1 changed files with 0 additions and 3 deletions
  1. 0 3
      toolchain/gcc/Config.in

+ 0 - 3
toolchain/gcc/Config.in

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