about summary refs log tree commit diff
path: root/linuxthreads/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-10-31 12:53:01 +0000
committerAndreas Jaeger <aj@suse.de>2001-10-31 12:53:01 +0000
commit76f932922ec67163c23811251d61190d910020fe (patch)
treefb410bb66a59248824dadf5bcb02a4f01a7ba8af /linuxthreads/sysdeps
parent557a9213f62052045ed7302961a77105eba6de05 (diff)
downloadglibc-76f932922ec67163c23811251d61190d910020fe.tar.gz
glibc-76f932922ec67163c23811251d61190d910020fe.tar.xz
glibc-76f932922ec67163c23811251d61190d910020fe.zip
Removed Makefile since it's not needed anymore with current GCC.
2001-10-31  Andreas Jaeger  <aj@suse.de>

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