Merge pull request #3527 from antonlacon/minimum-kernel2

glibc: raise minimum kernel supported to 4.4.0
This commit is contained in:
MilhouseVH 2019-06-12 21:28:43 +01:00 committed by GitHub
commit 3fbf6af38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
--with-__thread \
--with-binutils=$BUILD/toolchain/bin \
--with-headers=$SYSROOT_PREFIX/usr/include \
--enable-kernel=3.0.0 \
--enable-kernel=4.4.0 \
--without-cvs \
--without-gd \
--disable-build-nscd \