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.
This commit is contained in:
Andreas Jaeger 2001-10-31 12:53:01 +00:00
parent 557a9213f6
commit 76f932922e
2 changed files with 4 additions and 4 deletions

View 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

View File

@ -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