diff options
author | Paul Spooren <mail@aparcar.org> | 2021-09-21 15:06:33 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-09-21 15:10:25 -1000 |
commit | 753f2f1eaa3d9e3ceed4fb7580b8de7997c4c07b (patch) | |
tree | 5057a1a3b1fd6a5165f909635ea30e5f17bef9c2 /toolchain/gcc | |
parent | 6a2f516d55a7782dd6882fa163e31a0ead70f70f (diff) | |
download | openwrt-753f2f1eaa3d9e3ceed4fb7580b8de7997c4c07b.tar.gz openwrt-753f2f1eaa3d9e3ceed4fb7580b8de7997c4c07b.tar.bz2 openwrt-753f2f1eaa3d9e3ceed4fb7580b8de7997c4c07b.zip |
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>
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
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" |