Author: nbd Date: 2015-11-10 22:10:39 +0100 (Tue, 10 Nov 2015) New Revision: 47441
Modified: trunk/toolchain/gcc/Config.in Log: gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibc Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/gcc/Config.in =================================================================== --- trunk/toolchain/gcc/Config.in 2015-11-10 12:04:09 UTC (rev 47440) +++ trunk/toolchain/gcc/Config.in 2015-11-10 21:10:39 UTC (rev 47441) @@ -2,7 +2,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS - default GCC_USE_VERSION_4_6_LINARO if TARGET_octeon + default GCC_USE_VERSION_5 if TARGET_octeon default GCC_USE_VERSION_4_8_ARC if arc default GCC_USE_VERSION_4_8_LINARO help _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
