re PR other/45914 (Typo in gcc/configure.ac)

2010-10-07  Richard Guenther  <rguenther@suse.de>

	PR bootstrap/45914
	* configure.ac: Fix typo.
	* configure: Regenerated.

From-SVN: r165087
This commit is contained in:
Richard Guenther 2010-10-07 09:51:52 +00:00 committed by Richard Biener
parent 4e00fad27e
commit 2b48f20d65
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-10-07 Richard Guenther <rguenther@suse.de>
PR bootstrap/45914
* configure.ac: Fix typo.
* configure: Regenerated.
2010-10-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use

2
gcc/configure vendored
View File

@ -22520,7 +22520,7 @@ $as_echo_n "checking linker and ld.so.1 TLS support... " >&6; }
min_tls_ld_vers_minor=343
;;
esac
if test "$ls_vers_major" -gt 1 || \
if test "$ld_vers_major" -gt 1 || \
test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then
ld_tls_support=yes
else

View File

@ -3015,7 +3015,7 @@ case "$target" in
min_tls_ld_vers_minor=343
;;
esac
if test "$ls_vers_major" -gt 1 || \
if test "$ld_vers_major" -gt 1 || \
test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then
ld_tls_support=yes
else