mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-21 08:42:03 +03:00
Tested with the tests provided by glibc plus some other toy examples. Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>
10 lines
176 B
Makefile
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
|