toolchain/buildroot: glibc requires kernel headers >= 4.5 with NaN-2008
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 3 Sep 2017 09:53:52 +0000 (11:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 24 Nov 2017 21:51:48 +0000 (22:51 +0100)
commit4a5140ecffb75d1dc1f696e149a31744145ac63c
tree49dc559d7a46e36b5c3ae57ff7e753e7da969658
parente25d704e10230f7ea095b4bbb5660e73fbefdf29
toolchain/buildroot: glibc requires kernel headers >= 4.5 with NaN-2008

From sysdeps/unix/sysv/linux/mips/configure.ac in glibc:

if test -z "$arch_minimum_kernel"; then
  if test x$libc_cv_mips_nan2008 = xyes; then
    arch_minimum_kernel=4.5.0
  fi
fi

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-buildroot/Config.in