mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
This commit is contained in:
parent
6f461e76da
commit
22867d02ee
@ -1,3 +1,8 @@
|
||||
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*
|
||||
|
2
libgcc/configure
vendored
2
libgcc/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user