glibc/sysdeps/unix/sysv/linux/x86_64/Makefile
Jakub Jelinek 32c075e1f0 .
2007-07-31 13:33:18 +00:00

16 lines
312 B
Makefile

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