mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
9 lines
308 B
Makefile
9 lines
308 B
Makefile
|
ifeq ($(subdir),nptl)
|
||
|
ifneq ($(arm-using-eabi),yes)
|
||
|
# These tests rely on PTHREAD_KEYS_MAX. The SJLJ exception machinery
|
||
|
# in libgcc registers one key, however, so only PTHREAD_KEYS_MAX-1
|
||
|
# keys are available. This works fine for EABI targets.
|
||
|
tests := $(filter-out tst-key1 tst-key4,$(tests))
|
||
|
endif
|
||
|
endif
|