summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-28 11:18:19 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-28 11:18:19 +0000
commitf12ca311c01cba335a9e4c866a0c966d2efd41a2 (patch)
tree0740f05d6deda7041887e5dfa9b981f280ff8f0c /nptl
parent9a40233fa0d4c587880f5d3d3f42813ec6e6ae32 (diff)
Updated to fedora-glibc-20061128T1037cvs/fedora-glibc-2_5_90-8
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index ef12a80689..8c1f74e2bb 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -340,7 +340,8 @@ endif
extra-objs += $(crti-objs) $(crtn-objs)
omit-deps += crti crtn
-CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time)
+CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) \
+ -fno-asynchronous-unwind-tables
endif
CFLAGS-flockfile.c = -D_IO_MTSAFE_IO