From 0c3c62ca7d9ff3bdacdd13e636bc858101e3e288 Mon Sep 17 00:00:00 2001 From: Stafford Horne Date: Wed, 20 Oct 2021 06:54:11 +0900 Subject: 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 --- sysdeps/unix/sysv/linux/or1k/Implies | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/or1k/Implies (limited to 'sysdeps/unix/sysv/linux/or1k/Implies') diff --git a/sysdeps/unix/sysv/linux/or1k/Implies b/sysdeps/unix/sysv/linux/or1k/Implies new file mode 100644 index 0000000000..f39f16c04a --- /dev/null +++ b/sysdeps/unix/sysv/linux/or1k/Implies @@ -0,0 +1,3 @@ +or1k/nptl +unix/sysv/linux/generic/wordsize-32 +unix/sysv/linux/generic -- cgit 1.4.1