mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 17:03:08 +01:00
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"
|