Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
flockfile \
ftrylockfile \
funlockfile \
+ futex-internal \
herrno \
libpthread-compat \
lowlevellock \
CFLAGS-pt-system.c += -fexceptions
+CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables
+
LDLIBS-tst-once5 = -lstdc++
CFLAGS-tst-thread_local1.o = -std=gnu++11
LDLIBS-tst-thread_local1 = -lstdc++
# <https://www.gnu.org/licenses/>.
ifeq ($(subdir),nptl)
-libpthread-sysdep_routines += errno-loc futex-internal
-CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables
+libpthread-sysdep_routines += errno-loc
endif
ifeq ($(subdir),rt)