projects
/
openwrt
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d1907c24a5e2f05d9b64aa1445916424942faf4e
[openwrt/openwrt.git]
/
toolchain
/
gcc
/
Config.version
1
config GCC_VERSION_8
2
default y if GCC_USE_VERSION_8
3
bool
4
5
config GCC_VERSION_10
6
default y if GCC_USE_VERSION_10
7
bool
8
9
config GCC_VERSION
10
string
11
default "8.4.0" if GCC_VERSION_8
12
default "10.3.0" if GCC_VERSION_10
13
default "11.3.0"