glibc/sysdeps/unix/sysv/linux/or1k/Makefile
Stafford Horne 0c3c62ca7d 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>
2022-01-05 06:40:06 +09:00

8 lines
128 B
Makefile

ifeq ($(subdir),misc)
sysdep_routines += or1k_clone
endif
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif