glibc/sysdeps/mach/hurd/x86/Makefile
Samuel Thibault e0dc827bf6 hurd: Move some i386 bits to x86
As they will actually be usable on x86_64 too.
2023-02-02 00:27:26 +01:00

17 lines
298 B
Makefile

ifeq ($(subdir),misc)
sysdep_routines += ioperm
sysdep_headers += sys/io.h
endif
ifeq ($(subdir),debug)
gen-as-const-headers += signal-defines.sym
endif
ifeq ($(subdir),setjmp)
gen-as-const-headers += signal-defines.sym
endif
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif