From: Andreas Jaeger Date: Wed, 31 Oct 2001 12:53:01 +0000 (+0000) Subject: Removed Makefile since it's not needed anymore with current GCC. X-Git-Tag: upstream/2.30~22398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76f932922ec67163c23811251d61190d910020fe;p=external%2Fglibc.git 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. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0a330fa..2644051 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 fa58f82..0000000 --- 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