about summary refs log tree commit diff
path: root/io/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:13:26 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 08:20:43 -0300
commit173e0ab081b5bb38455785fe19ab4aa3834c1c8a (patch)
tree416917bb94c94ed1cd5e2d9bbaf24a592b34184c /io/Makefile
parent6cf19111222800a9e98f30392b6649c42b315829 (diff)
downloadglibc-173e0ab081b5bb38455785fe19ab4aa3834c1c8a.tar.gz
glibc-173e0ab081b5bb38455785fe19ab4aa3834c1c8a.tar.xz
glibc-173e0ab081b5bb38455785fe19ab4aa3834c1c8a.zip
nptl: Remove write from libpthread
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile
index d145d88f4e..b54761bbda 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -103,7 +103,7 @@ CFLAGS-posix_fallocate64.c += -fexceptions
 CFLAGS-fallocate.c += -fexceptions
 CFLAGS-fallocate64.c += -fexceptions
 CFLAGS-read.c += -fexceptions
-CFLAGS-write.c += -fexceptions
+CFLAGS-write.c += -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE