Removed Makefile since it's not needed anymore with current GCC.
authorAndreas Jaeger <aj@suse.de>
Wed, 31 Oct 2001 12:53:01 +0000 (12:53 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 31 Oct 2001 12:53:01 +0000 (12:53 +0000)
2001-10-31  Andreas Jaeger  <aj@suse.de>

* sysdeps/x86_64/Makefile: Remove, we do not need it anymore.

linuxthreads/ChangeLog
linuxthreads/sysdeps/x86_64/Makefile [deleted file]

index 0a330fa..2644051 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-31  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/x86_64/Makefile: Remove, we do not need it anymore.
+
 2001-10-05  Kevin Buettner  <kevinb@cygnus.com>
 
        * pthread.c (__linuxthread_pthread_sizeof_descr): Change name
diff --git a/linuxthreads/sysdeps/x86_64/Makefile b/linuxthreads/sysdeps/x86_64/Makefile
deleted file mode 100644 (file)
index fa58f82..0000000
+++ /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