From 2fef342276c4891e41f1dc3c1d3d7b69d786dc5d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 8 May 2018 20:50:23 -0400 Subject: [PATCH] update gcc version default to 6.4.0 at some point the default should be moved to 7.x or later, but I have not sufficiently tested it yet. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9785bea..fe80d64 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SOURCES = sources CONFIG_SUB_REV = 3d5db9ebe860 BINUTILS_VER = 2.27 -GCC_VER = 6.3.0 +GCC_VER = 6.4.0 MUSL_VER = 1.1.19 GMP_VER = 6.1.1 MPC_VER = 1.0.3