1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-21 08:42:03 +03:00
Files
glibc/sysdeps/mach/hurd/x86_64/Makefile
Flavio Cruz 88b771ab5e Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64
Tested with the tests provided by glibc plus some other toy examples.
Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>
2024-02-17 21:45:35 +01:00

10 lines
176 B
Makefile

ifeq ($(subdir),conform)
# For bug 23090
# (missing SA_NOCLDWAIT)
conformtest-xfail-conds += x86_64-gnu
endif
ifeq ($(subdir),stdlib)
sysdep_routines += __start_context
endif