Author: nbd Date: 2015-09-06 12:07:07 +0200 (Sun, 06 Sep 2015) New Revision: 46799
Modified: trunk/toolchain/gcc/Config.version trunk/toolchain/gcc/common.mk Log: gcc: remove 4.6.3 leftovers Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/gcc/Config.version =================================================================== --- trunk/toolchain/gcc/Config.version 2015-09-06 10:07:03 UTC (rev 46798) +++ trunk/toolchain/gcc/Config.version 2015-09-06 10:07:07 UTC (rev 46799) @@ -8,7 +8,6 @@ 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 Modified: trunk/toolchain/gcc/common.mk =================================================================== --- trunk/toolchain/gcc/common.mk 2015-09-06 10:07:03 UTC (rev 46798) +++ trunk/toolchain/gcc/common.mk 2015-09-06 10:07:07 UTC (rev 46799) @@ -53,9 +53,6 @@ PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 - ifeq ($(PKG_VERSION),4.6.3) - PKG_MD5SUM:=773092fe5194353b02bb0110052a972e - endif ifeq ($(PKG_VERSION),4.8.0) PKG_MD5SUM:=e6040024eb9e761c3bea348d1fa5abb0 endif _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
