소스 검색

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 년 전
부모
커밋
753f2f1eaa
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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"