about summary refs log tree commit diff
path: root/sysdeps/i386/elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/elf/Makefile')
-rw-r--r--sysdeps/i386/elf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/i386/elf/Makefile b/sysdeps/i386/elf/Makefile
new file mode 100644
index 0000000000..61064d4ef7
--- /dev/null
+++ b/sysdeps/i386/elf/Makefile
@@ -0,0 +1,4 @@
+ifeq ($(subdir),csu)
+# Turn off -fasynchronous-unwind-tables
+CFLAGS-initfini.s += -fno-asynchronous-unwind-tables
+endif