summaryrefslogtreecommitdiff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-05-20 19:31:24 +0000
committerJakub Jelinek <jakub@redhat.com>2008-05-20 19:31:24 +0000
commite96fe50f0dd8d76fabfe139b46f059e3b2373b83 (patch)
tree50833fb9c0c5028eb88000d9dc7aa0e0b56b1747 /nptl/sysdeps
parent21032d9230e840a1f8b89d43e1e8d63ccf7c6eae (diff)
Updated to fedora-glibc-20080520T1924cvs/fedora-glibc-2_8_90-4
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
new file mode 100644
index 0000000000..774b267efb
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
@@ -0,0 +1,4 @@
+ifeq ($(subdir),nptl)
+CFLAGS-pause.c += -fexceptions
+CFLAGS-sigsuspend.c += -fexceptions
+endif