2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / x86_64 / Makefile
blob6e2741a967b03927ee60ba6427bf402011cd751b
1 32bit-predefine = __i386__
2 64bit-predefine = __x86_64__
4 ifeq ($(subdir),misc)
5 sysdep_routines += ioperm iopl
6 sysdep_headers += sys/perm.h sys/reg.h sys/debugreg.h sys/io.h
7 endif
9 ifeq ($(subdir),stdlib)
10 sysdep_routines += __start_context
11 endif
13 ifeq ($(subdir),csu)
14 gen-as-const-headers += ucontext_i.sym
15 endif
17 ifeq ($(subdir),elf)
18 sysdep_routines += dl-vdso
19 endif