diff options
-rw-r--r-- | sysdeps/nptl/Makefile | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/nptl/Makefile b/sysdeps/nptl/Makefile index a65be3b..8dfb6fd 100644 --- a/sysdeps/nptl/Makefile +++ b/sysdeps/nptl/Makefile @@ -18,6 +18,7 @@ ifeq ($(subdir),nptl) libpthread-sysdep_routines += errno-loc futex-internal +CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables endif ifeq ($(subdir),rt) diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a54eb75..de9e865 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -69,6 +69,7 @@ CFLAGS-vmsplice.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-splice.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-open_by_handle_at.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-sync_file_range.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pselect32.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-writev.c += "-DARTIFICIAL_LIMIT=(0x80000000-sysconf(_SC_PAGESIZE))" sysdep_headers += sys/mount.h sys/acct.h \ |