toolchain: add support for GCC 12 typo

This commit is contained in:
lean 2022-09-09 21:18:58 +08:00
parent f4e3702e7d
commit dc9c784945

View File

@ -21,6 +21,9 @@ choice
config GCC_USE_VERSION_11
bool "gcc 11.x"
config GCC_USE_VERSION_12
bool "gcc 12.x"
endchoice
config GCC_USE_GRAPHITE