about summary refs log tree commit diff
path: root/sysdeps/i386/elf/Makefile
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-08 01:45:26 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-08 01:45:26 +0000
commit3add8e1353d62d77fdd9b4ca363cdfe7006b0efb (patch)
tree39d3a6907fc55059bf6705f1ea8a372a23bdeff5 /sysdeps/i386/elf/Makefile
parenta22f12b477654522f5be86a0148c30b7a24bd507 (diff)
downloadglibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.tar.gz
glibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.tar.xz
glibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.zip
Support crti.S and crtn.S provided directly by architectures.
Diffstat (limited to 'sysdeps/i386/elf/Makefile')
-rw-r--r--sysdeps/i386/elf/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/i386/elf/Makefile b/sysdeps/i386/elf/Makefile
deleted file mode 100644
index 61064d4ef7..0000000000
--- a/sysdeps/i386/elf/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(subdir),csu)
-# Turn off -fasynchronous-unwind-tables
-CFLAGS-initfini.s += -fno-asynchronous-unwind-tables
-endif