diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:48:15 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:48:15 -0700 |
commit | bc7e1c3667b577ad418f7520df2a7dbccea04ee9 (patch) | |
tree | e2004b2e54189c02ab324fb97976e9b4910e0dcf /Makerules | |
parent | 1c3b002bbb2935a526ef38b32d0c7375b7ee3b54 (diff) | |
download | glibc-bc7e1c3667b577ad418f7520df2a7dbccea04ee9.tar.gz |
Get rid of tls.make include file.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |