From 40aec89b4c827f8c6f8d44ca44d43434c22fbafb Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 23 Feb 2019 01:45:42 +0000 Subject: toolchain: Update to GCC 8.3.0 Update GCC to 8.3.0 Refresh patches Allow GCC to be used for ARC Source: https://github.com/openwrt/openwrt/pull/1803#issuecomment-462334890 Signed-off-by: Daniel Engberg --- toolchain/gcc/Config.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/Config.version') diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 9bfe1b8aaf..ff574fffcd 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -19,5 +19,5 @@ config GCC_VERSION string default "5.5.0" if GCC_VERSION_5 default "arc-2017.09-release" if GCC_VERSION_7_1_ARC - default "8.2.0" if GCC_VERSION_8 + default "8.3.0" if GCC_VERSION_8 default "7.4.0" -- cgit v1.2.3