glibc/sysdeps/unix/sysv/linux/arm/nptl/Makefile
Daniel Jacobowitz 33ca998a4f * sysdeps/unix/sysv/linux/arm/eabi/Makefile (arm-using-eabi): Set.
* sysdeps/unix/sysv/linux/arm/nptl/Makefile: New file.
2006-03-02 15:19:51 +00:00

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