From: Roland McGrath Date: Mon, 19 Sep 2011 19:48:15 +0000 (-0700) Subject: Get rid of tls.make include file. X-Git-Tag: upstream/2.20~5057 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc7e1c3667b577ad418f7520df2a7dbccea04ee9;p=platform%2Fupstream%2Flinaro-glibc.git Get rid of tls.make include file. --- diff --git a/ChangeLog b/ChangeLog index 0b723f4..30d1822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-19 Roland McGrath + + * Makerules: Don't include tls.make. + (config-tls): Always set to thread. + * tls.make.c: File removed. + 2011-09-19 Mike Frysinger * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config). diff --git a/Makerules b/Makerules index c75927b..cf5fb38 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 diff --git a/tls.make.c b/tls.make.c deleted file mode 100644 index 4627aa3..0000000 --- a/tls.make.c +++ /dev/null @@ -1,5 +0,0 @@ -/* This produces a makefile fragment saying `use-thread = yes' or no. */ - -#include - -@@@ use-thread = yes @@@