浏览代码

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.
Rich Felker 7 年之前
父节点
当前提交
2fef342276
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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