forked from mirror/openwrt
This compiler is old and was never used by default in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 lines
143 B
Text
8 lines
143 B
Text
config GCC_VERSION_12
|
|
default y if GCC_USE_VERSION_12
|
|
bool
|
|
|
|
config GCC_VERSION
|
|
string
|
|
default "12.2.0" if GCC_VERSION_12
|
|
default "11.3.0"
|