summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/Makefile
blob: 6e2741a967b03927ee60ba6427bf402011cd751b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
32bit-predefine = __i386__
64bit-predefine = __x86_64__

ifeq ($(subdir),misc)
sysdep_routines += ioperm iopl
sysdep_headers += sys/perm.h sys/reg.h sys/debugreg.h sys/io.h
endif

ifeq ($(subdir),stdlib)
sysdep_routines += __start_context
endif

ifeq ($(subdir),csu)
gen-as-const-headers += ucontext_i.sym
endif

ifeq ($(subdir),elf)
sysdep_routines += dl-vdso
endif