Implement C23 <stdbit.h>
[glibc.git] / sysdeps / unix / sysv / linux / loongarch / Makefile
blobc84a1762edd80b12d3ec699e49e5594218434a69
1 ifeq ($(subdir),stdlib)
2 gen-as-const-headers += ucontext_i.sym
3 endif
5 abi-variants := lp64s lp64d
7 ifeq (,$(filter $(default-abi),$(abi-variants)))
8 $(error Unknown ABI $(default-abi), must be one of $(abi-variants))
9 endif
11 abi-lp64s-condition := __WORDSIZE == 64 && defined __loongarch_soft_float
12 abi-lp64d-condition := __WORDSIZE == 64 && defined __loongarch_double_float