aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/x86_64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/sysdeps/x86_64/Makefile')
-rw-r--r--linuxthreads/sysdeps/x86_64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/x86_64/Makefile b/linuxthreads/sysdeps/x86_64/Makefile
new file mode 100644
index 0000000000..fa58f8265a
--- /dev/null
+++ b/linuxthreads/sysdeps/x86_64/Makefile
@@ -0,0 +1,4 @@
+ifeq ($(subdir),linuxthreads)
+# On x86-64 we must avoid generating the unwind-info
+CFLAGS-pt-initfini.s += -mno-unwind-info
+endif