Skip to content

Commit

Permalink
Get rid of tls.make include file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Sep 19, 2011
1 parent 1c3b002 commit bc7e1c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 0 additions & 4 deletions Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions tls.make.c

This file was deleted.

0 comments on commit bc7e1c3

Please sign in to comment.