about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/Makefile
blob: 86cfd69ad11a710b514f640647f395b3c747da10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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