initial commit
[glibc.git] / sysdeps / unix / sysv / linux / x86_64 / x32 / Makefile
1 # The default ABI is x32.
2 default-abi := x32
3
4 ifeq ($(subdir),misc)
5 sysdep_routines += arch_prctl
6 endif
7
8 ifeq ($(subdir),conform)
9 # For bugs 16437 and 21279.
10 conformtest-xfail-conds += x86_64-x32-linux
11 endif