summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@chromium.org>2011-09-19 12:48:15 -0700
committerRoland McGrath <mcgrathr@chromium.org>2011-09-19 12:48:15 -0700
commitbc7e1c3667b577ad418f7520df2a7dbccea04ee9 (patch)
treee2004b2e54189c02ab324fb97976e9b4910e0dcf /Makerules
parent1c3b002bbb2935a526ef38b32d0c7375b7ee3b54 (diff)
Get rid of tls.make include file.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makerules b/Makerules
index c75927b669..cf5fb388de 100644
--- a/Makerules
+++ b/Makerules
@@ -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