or1k: Build Infrastructure
commit0c3c62ca7d9ff3bdacdd13e636bc858101e3e288
authorStafford Horne <shorne@gmail.com>
Tue, 19 Oct 2021 21:54:11 +0000 (20 06:54 +0900)
committerStafford Horne <shorne@gmail.com>
Tue, 4 Jan 2022 21:40:06 +0000 (5 06:40 +0900)
tree83492797f96c54e17f75bc2d05d6bc40a535477f
parentd147259b5c35da2f7764e24997cb4fd216570427
or1k: Build Infrastructure

Here we define the minumum linux kernel version at 5.4.0, as that is the
long term support version where 32-bit architectures start to support
64-bit time API's.  The OpenRISC kernel had some bugs up until version 5.8
which caused issues with glibc fork/clone, they have been backported to
5.4 but not previous versions.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/or1k/Implies [new file with mode: 0644]
sysdeps/or1k/Makefile [new file with mode: 0644]
sysdeps/or1k/nofpu/Implies [new file with mode: 0644]
sysdeps/or1k/preconfigure [new file with mode: 0644]
sysdeps/unix/sysv/linux/or1k/Implies [new file with mode: 0644]
sysdeps/unix/sysv/linux/or1k/Makefile [new file with mode: 0644]
sysdeps/unix/sysv/linux/or1k/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/or1k/configure.ac [new file with mode: 0644]
sysdeps/unix/sysv/linux/or1k/shlib-versions [new file with mode: 0644]