summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86/Makefile
blob: 92a5e03f64029a0cc906f780adad6e691f596c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# We don't need any header files.
abi-includes :=

abi-variants := 32 64 x32

abi-32-condition := !defined __x86_64__
abi-64-condition := defined __x86_64__ && defined __LP64__
abi-x32-condition := defined __x86_64__ && defined __ILP32__

ifeq ($(subdir),misc)
sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
endif

ifeq ($(subdir),setjmp)
tests += tst-saved_mask-1
endif