about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/or1k/Implies
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Remove generic ImpliesAdhemerval Zanella2023-02-201-2/+0
| | | | | | | | | The default Linux implementation already handled the Linux generic ABIs interface used on newer architectures, so there is no need to Imply the generic any longer. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
* or1k: Build InfrastructureStafford Horne2022-01-051-0/+3
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>