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:
Rich Felker 2019-12-18 14:29:07 -05:00
parent 5c7b663936
commit 38e52db835
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MUSL_VER = 1.1.24
GMP_VER = 6.1.2
MPC_VER = 1.1.0
MPFR_VER = 4.0.2
LINUX_VER = 4.4.10
LINUX_VER = headers-4.19.88
GNU_SITE = https://ftp.gnu.org/pub/gnu
GCC_SITE = $(GNU_SITE)/gcc