From: Paul Spooren <mail@aparcar.org>
Date: Wed, 22 Sep 2021 01:06:33 +0000 (-1000)
Subject: toolchain/gcc: cleanup gcc9 config option
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=753f2f1eaa3d9e3ceed4fb7580b8de7997c4c07b;p=openwrt%2Fstaging%2Fldir.git

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 <mail@aparcar.org>
---

diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index a0fa609172..813c3dfa3e 100644
--- a/toolchain/gcc/Config.in
+++ b/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"