switch linux kernel headers to 4.19.88 by default
using slim headers-only version. this change is needed to support all future versions of musl on 32-bit archs, since prior to 4.16 the kernel headers had incompatibility with userspace time_t not matching the kernel's old (32-bit) time_t. support for older headers will be dropped entirely soon.
This commit is contained in:
parent
5c7b663936
commit
38e52db835
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ MUSL_VER = 1.1.24
|
||||||
GMP_VER = 6.1.2
|
GMP_VER = 6.1.2
|
||||||
MPC_VER = 1.1.0
|
MPC_VER = 1.1.0
|
||||||
MPFR_VER = 4.0.2
|
MPFR_VER = 4.0.2
|
||||||
LINUX_VER = 4.4.10
|
LINUX_VER = headers-4.19.88
|
||||||
|
|
||||||
GNU_SITE = https://ftp.gnu.org/pub/gnu
|
GNU_SITE = https://ftp.gnu.org/pub/gnu
|
||||||
GCC_SITE = $(GNU_SITE)/gcc
|
GCC_SITE = $(GNU_SITE)/gcc
|
||||||
|
|
Loading…
Reference in New Issue