1# The default ABI is x32.
2default-abi := x32
3
4ifeq ($(subdir),misc)
5sysdep_routines += arch_prctl
6endif
7
8ifeq ($(subdir),conform)
9# For bugs 16437 and 21279.
10conformtest-xfail-conds += x86_64-x32-linux
11endif
12