Commit 22867d02 by H.J. Lu Committed by H.J. Lu

configure.ac (set_have_cc_tls): Add a missing =.

2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.ac (set_have_cc_tls): Add a missing =.
	* configure: Regenerated.

From-SVN: r126417
parent 6f461e76
2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac (set_have_cc_tls): Add a missing =.
* configure: Regenerated.
2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
* config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
and x86_64-*-linux*.
......
......@@ -3429,7 +3429,7 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
fi
echo "$as_me:$LINENO: result: $have_cc_tls" >&5
echo "${ECHO_T}$have_cc_tls" >&6
set_have_cc_tls
set_have_cc_tls=
if test "$enable_tls $have_cc_tls" = "yes yes"; then
set_have_cc_tls="-DHAVE_CC_TLS"
fi
......
......@@ -174,7 +174,7 @@ AC_SUBST(vis_hide)
# gcc, which can't be used to build executable due to that libgcc
# is yet to be built here.
GCC_CHECK_CC_TLS
set_have_cc_tls
set_have_cc_tls=
if test "$enable_tls $have_cc_tls" = "yes yes"; then
set_have_cc_tls="-DHAVE_CC_TLS"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment