From b5b4d47c48b21a6304e875d0263a6c292f8ea38e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 26 May 2019 19:25:39 -0400 Subject: [PATCH] update defaults to gcc 8.3.0, binutils 2.32 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 071148a..e00a4f6 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ SOURCES = sources CONFIG_SUB_REV = 3d5db9ebe860 -BINUTILS_VER = 2.27 -GCC_VER = 6.4.0 +BINUTILS_VER = 2.32 +GCC_VER = 8.3.0 MUSL_VER = 1.1.22 GMP_VER = 6.1.1 MPC_VER = 1.0.3