Remove abi-*-options compiler flags
[glibc.git] / sysdeps / unix / sysv / linux / x86 / Makefile
blobc069570683baa6c7dc51a0985fa2693120af5909
1 # We don't need any header files.
2 abi-includes :=
4 abi-variants := 32 64 x32
6 abi-32-condition := !defined __x86_64__
7 abi-64-condition := defined __x86_64__ && defined __LP64__
8 abi-x32-condition := defined __x86_64__ && defined __ILP32__
10 ifeq ($(subdir),misc)
11 sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
12 endif
14 ifeq ($(subdir),nptl)
15 libpthread-sysdep_routines += elision-lock elision-unlock elision-timed \
16 elision-trylock
17 endif
19 ifeq ($(subdir),elf)
20 sysdep_routines += dl-vdso
21 endif