X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2Fgcc%2FConfig.version;h=bf8b3e441ed774f007fd03c4e1fbc6c6a3ae738d;hb=39463bf1464b7b687a2acfeebe0cf8b3bbec7c43;hp=c4e646ee6911fd938608f20de2985527e5d4e5bb;hpb=df10e201eb26edcdbfe75d8e1757f29db49126a2;p=lede-git%2F.git diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index c4e646ee69..bf8b3e441e 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -1,15 +1,22 @@ -config GCC_DEFAULT_VERSION +config GCC_VERSION_4_4_7 + default y if (!TOOLCHAINOPTS && avr32) bool -config GCC_DEFAULT_VERSION_4_4_7 - select GCC_DEFAULT_VERSION - default y if avr32 +config GCC_VERSION_4_6_3 bool -config GCC_DEFAULT_VERSION_4_6_LINARO - default y if !(GCC_DEFAULT_VERSION) +config GCC_VERSION_4_7_2 bool +config GCC_VERSION_4_6_LINARO + default y if (!TOOLCHAINOPTS && !avr32) + bool + +config GCC_VERSION_4_7_LINARO + bool + +config GCC_VERSION_4_8_0 + bool config GCC_VERSION string @@ -37,14 +44,3 @@ config GCC_VERSION_4_8 bool default y if GCC_VERSION_4_8_0 -if !TOOLCHAINOPTS - - config GCC_VERSION_4_4_7 - default y if GCC_DEFAULT_VERSION_4_4_7 - bool - - config GCC_VERSION_4_6_LINARO - default y if GCC_DEFAULT_VERSION_4_6_LINARO - bool - -endif