about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/x32/Makefile
blob: 72de38603a5851cf126191878ebbd3129e8342e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# The default ABI is x32.
default-abi := x32

ifeq ($(subdir),misc)
sysdep_routines += arch_prctl
endif

ifeq ($(subdir),conform)
# For bug 16437.
conformtest-xfail-conds += x86_64-x32-linux
endif