projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2f516
)
toolchain/gcc: cleanup gcc9 config option
author
Paul Spooren
<mail@aparcar.org>
Wed, 22 Sep 2021 01:06:33 +0000
(15:06 -1000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index a0fa609172ef0c837b358530a4895d44618dc9ce..813c3dfa3e751053b88e56fc299eae43a913429a 100644
(file)
--- 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"