This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCU] Remove unneeded o-iterator thing on m68k linuxthreads


This patch removes m68k linuxthreads Makefile because o-iterator thing
for building libpthread_nonshared.a is not needed these days.  The
original change was done for s390 in the following thread:
  http://sources.redhat.com/ml/libc-alpha/2004-12/msg00003.html

Regards,
-- gotom

2005-03-21  GOTO Masanori  <gotom@debian.or.jp>

	* linuxthreads/sysdeps/m68k/Makefile: Remove to delete
	unneeded o-iterator thing.

Index: linuxthreads/sysdeps/m68k/Makefile
===================================================================
RCS file: /cvs/glibc/libc/linuxthreads/sysdeps/m68k/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- linuxthreads/sysdeps/m68k/Makefile	5 Jan 2003 17:15:43 -0000	1.1
+++ /dev/null	16 Dec 2004 16:53:06 -0000
@@ -1,7 +0,0 @@
-ifeq ($(subdir), linuxthreads)
-object-suffixes-left := $(libpthread-nonshared)
-define o-iterator-doit
-$(objpfx)$o.os: pic-ccflag = -fPIC
-endef
-include $(o-iterator)
-endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]