summaryrefslogtreecommitdiff
path: root/test/pthread/Makefile.in
blob: c989b58bd863c40b1ad15b42a876a019a0c238d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# uClibc-ng pthread tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

TESTS_DISABLED += cancellation-points

ifeq ($(TARGET_ARCH),microblaze)
TESTS_DISABLED += ex3
endif
ifeq ($(TARGET_ARCH),nds32)
TESTS_DISABLED += ex3
endif
ifeq ($(TARGET_ARCH),sh)
TESTS_DISABLED += ex2 ex7
endif
ifeq ($(TARGET_ARCH),cris)
TESTS_DISABLED += ex2 ex5
endif

EXTRA_LDFLAGS := -lpthread

LDFLAGS_cancellation-points := -lrt

CFLAGS_tst-c99 := -std=c99