qemu/linux-user/riscv
Alex Bennée b02ebad1dc linux-user: set minimum uname for RISC-V
As support for RISC-V was only merged into the mainline kernel at 4.15
it is unlikely that glibc will be happy with a reported kernel version
of 3.8.0. Indeed when I testing binaries created by the current Debian
Sid compiler the tests failed with:

  FATAL: kernel too old

Bump the version to the minimum a RISC-V glibc would expect:

  https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/riscv/configure.ac

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180425100218.24785-1-alex.bennee@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2018-04-30 09:47:46 +02:00
..
syscall_nr.h RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00
target_cpu.h RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00
target_elf.h RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00
target_signal.h RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00
target_structs.h RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00
target_syscall.h linux-user: set minimum uname for RISC-V 2018-04-30 09:47:46 +02:00
termbits.h RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00