about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/unix/sysv/linux/x86_64/x32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/x86_64/x32/Makefile')
-rw-r--r--REORG.TODO/sysdeps/unix/sysv/linux/x86_64/x32/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/x86_64/x32/Makefile b/REORG.TODO/sysdeps/unix/sysv/linux/x86_64/x32/Makefile
new file mode 100644
index 0000000000..16b768d8ba
--- /dev/null
+++ b/REORG.TODO/sysdeps/unix/sysv/linux/x86_64/x32/Makefile
@@ -0,0 +1,11 @@
+# The default ABI is x32.
+default-abi := x32
+
+ifeq ($(subdir),misc)
+sysdep_routines += arch_prctl
+endif
+
+ifeq ($(subdir),conform)
+# For bugs 16437 and 21279.
+conformtest-xfail-conds += x86_64-x32-linux
+endif