From 76f932922ec67163c23811251d61190d910020fe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 31 Oct 2001 12:53:01 +0000 Subject: Removed Makefile since it's not needed anymore with current GCC. 2001-10-31 Andreas Jaeger * sysdeps/x86_64/Makefile: Remove, we do not need it anymore. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/x86_64/Makefile | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 linuxthreads/sysdeps/x86_64/Makefile diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0a330fa0e0..2644051d41 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Andreas Jaeger + + * sysdeps/x86_64/Makefile: Remove, we do not need it anymore. + 2001-10-05 Kevin Buettner * 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 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 -- cgit 1.4.1