Commit 2b48f20d by Richard Guenther Committed by Richard Biener

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
parent 4e00fad2
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> 2010-10-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
...@@ -22520,7 +22520,7 @@ $as_echo_n "checking linker and ld.so.1 TLS support... " >&6; } ...@@ -22520,7 +22520,7 @@ $as_echo_n "checking linker and ld.so.1 TLS support... " >&6; }
min_tls_ld_vers_minor=343 min_tls_ld_vers_minor=343
;; ;;
esac 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 test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then
ld_tls_support=yes ld_tls_support=yes
else else
......
...@@ -3015,7 +3015,7 @@ case "$target" in ...@@ -3015,7 +3015,7 @@ case "$target" in
min_tls_ld_vers_minor=343 min_tls_ld_vers_minor=343
;; ;;
esac 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 test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then
ld_tls_support=yes ld_tls_support=yes
else else
......
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