X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.version;h=eeb66288ee8685747c61b6a38d9343fdce4d505a;hb=d67979b9d61e4b726431ba97bfed325ad31b3e97;hp=0b2ac525889300475c4257c52a2472455692ba1e;hpb=1b4fc61eea3e3525f3de43e4bcc2aeece9bad0d9;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 0b2ac52588..4edf8a87a9 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -1,16 +1,14 @@ +config GCC_VERSION_6_3_ARC + default y if (!TOOLCHAINOPTS && arc) + bool + config GCC_VERSION string - default "3.4.6" if GCC_VERSION_3_4_6 - default "4.1.2" if GCC_VERSION_4_1_2 - default "4.2.0" if GCC_VERSION_4_2_0 - default "4.1.2" - -if !TOOLCHAINOPTS - config GCC_VERSION_3_4_6 - default y if LINUX_2_4 - - config GCC_VERSION_4_2_0 - default y if LINUX_2_6_MAGICBOX -endif - - + default "arc-2017.03-release" if GCC_VERSION_6_3_ARC + default "6.3.0" if GCC_USE_VERSION_6 + default "7.2.0" if GCC_USE_VERSION_7 + default "5.5.0" + +config GCC_VERSION_6_3 + bool + default y if GCC_VERSION_6_3_ARC