mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
9db3caa749
This compiler is old and was never used by default in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
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"
|