diff options
Diffstat (limited to 'sysdeps/nptl/Makefile')
-rw-r--r-- | sysdeps/nptl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nptl/Makefile b/sysdeps/nptl/Makefile index e9339a3e12..212561b3f1 100644 --- a/sysdeps/nptl/Makefile +++ b/sysdeps/nptl/Makefile @@ -24,11 +24,9 @@ ifeq ($(subdir),rt) librt-sysdep_routines += timer_routines librt-cancellation CFLAGS-librt-cancellation.c += -fexceptions -fasynchronous-unwind-tables -ifeq ($(have-forced-unwind),yes) tests += tst-mqueue8x CFLAGS-tst-mqueue8x.c += -fexceptions endif -endif ifeq ($(subdir),posix) CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"NPTL $(version)"' |