mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
33ca998a4f
* sysdeps/unix/sysv/linux/arm/nptl/Makefile: New file.
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
|