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/configure | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/or1k/configure (limited to 'sysdeps/unix/sysv/linux/or1k/configure') diff --git a/sysdeps/unix/sysv/linux/or1k/configure b/sysdeps/unix/sysv/linux/or1k/configure new file mode 100644 index 0000000000..5225dfea5b --- /dev/null +++ b/sysdeps/unix/sysv/linux/or1k/configure @@ -0,0 +1,4 @@ +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! + # Local configure fragment for sysdeps/unix/sysv/linux/or1k. + +arch_minimum_kernel=5.4.0 -- cgit 1.4.1