diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-06 10:07:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-06 10:07:07 +0000 |
commit | 4077850c7dec26d8b8269fcfe3cf208ce146a8ef (patch) | |
tree | 860900c904374dc8b0b84d49c369b0fe836b0219 /toolchain/gcc/Config.version | |
parent | 400fb6cadc65746c57b01a8cdec63885f3c3db8c (diff) | |
download | upstream-4077850c7dec26d8b8269fcfe3cf208ce146a8ef.tar.gz upstream-4077850c7dec26d8b8269fcfe3cf208ce146a8ef.tar.bz2 upstream-4077850c7dec26d8b8269fcfe3cf208ce146a8ef.zip |
gcc: remove 4.6.3 leftovers
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46799
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 4bbcf5d384..9636fca03b 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -8,7 +8,6 @@ config GCC_VERSION_4_8_LINARO config GCC_VERSION string - default "4.6.3" if GCC_VERSION_4_6_3 default "5.2.0" if GCC_VERSION_5 default "4.6-linaro" if GCC_VERSION_4_6_LINARO default "4.8-linaro" if GCC_VERSION_4_8_LINARO |