update default versions to gcc 6.2 and binutils 2.27
This commit is contained in:
parent
52172b8706
commit
c3da5effaa
4
Makefile
4
Makefile
|
@ -3,8 +3,8 @@ OUTPUT = $(CURDIR)/output
|
||||||
SOURCES = sources
|
SOURCES = sources
|
||||||
|
|
||||||
CONFIG_SUB_REV = 3d5db9ebe860
|
CONFIG_SUB_REV = 3d5db9ebe860
|
||||||
BINUTILS_VER = 2.25.1
|
BINUTILS_VER = 2.27
|
||||||
GCC_VER = 5.3.0
|
GCC_VER = 6.2.0
|
||||||
MUSL_VER = 1.1.15
|
MUSL_VER = 1.1.15
|
||||||
GMP_VER = 6.1.1
|
GMP_VER = 6.1.1
|
||||||
MPC_VER = 1.0.3
|
MPC_VER = 1.0.3
|
||||||
|
|
Loading…
Reference in New Issue