X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.version;h=1caa51a2916a913e31172f9f525ed4e10e4fbd8b;hb=c4bd303086012afe2aebd213c892363512138bb7;hp=d1907c24a5e2f05d9b64aa1445916424942faf4e;hpb=8885cf88279fd131c163d0ac34aeeef0bbff0ceb;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index d1907c24a5..1caa51a291 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -6,8 +6,13 @@ config GCC_VERSION_10 default y if GCC_USE_VERSION_10 bool +config GCC_VERSION_12 + default y if GCC_USE_VERSION_12 + bool + config GCC_VERSION string default "8.4.0" if GCC_VERSION_8 default "10.3.0" if GCC_VERSION_10 + default "12.1.0" if GCC_VERSION_12 default "11.3.0"