Get rid of tls.make include file.
This commit is contained in:
parent
1c3b002bbb
commit
bc7e1c3667
@ -1,3 +1,9 @@
|
||||
2011-09-19 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* Makerules: Don't include tls.make.
|
||||
(config-tls): Always set to thread.
|
||||
* tls.make.c: File removed.
|
||||
|
||||
2011-09-19 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
|
||||
|
@ -1260,11 +1260,7 @@ check-abi-warn = || echo '*** WARNING: $*.so failed ABI check'
|
||||
endif
|
||||
|
||||
ifeq ($(firstword $(sysd-sorted-done) f)$(firstword $(generating) f),tf)
|
||||
-include $(common-objpfx)tls.make
|
||||
config-tls := tls
|
||||
ifeq ($(use-thread),yes)
|
||||
config-tls := thread
|
||||
endif
|
||||
check-abi-config := \
|
||||
$(config-machine)-$(config-vendor)-$(config-os)/$(config-tls)
|
||||
endif
|
||||
|
@ -1,5 +0,0 @@
|
||||
/* This produces a makefile fragment saying `use-thread = yes' or no. */
|
||||
|
||||
#include <tls.h>
|
||||
|
||||
@@@ use-thread = yes @@@
|
Loading…
Reference in New Issue
Block a user