This is the mail archive of the glibc-cvs@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]

libc/linuxthreads Makefile


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sourceware.org	2002-11-14 19:37:10

Modified files:
	linuxthreads   : Makefile 

Log message:
	2002-11-14  Roland McGrath  <roland@redhat.com>
	
	* libc-tsd.c: New file.
	* Makefile (distribute): Add it.
	(libc-link.so): New variable.
	($(objpfx)libpthread.so): Depend on that instead of libc.so file name.
	(libc-ok-for-link): New variable.
	[$(versioning) = yes]: Include $(common-objpfx)tls.make and define
	libc-ok-for-link to $(use-thread).
	[$(libc-ok-for-link) = no]
	(libc-link.so): Set to $(objpfx)libc.so, not $(common-objpfx)libc.so.
	($(objpfx)libc_pic_lite.a,$(objpfx)libc_pic_lite.os, $(objpfx)libc.so):
	New targets.
	(generated): Append them.
	(extra-objs): Append libc-tsd.os.
	* libc-tls-loc.c: New file.
	* Makefile (libpthread-routines): Add it.


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