Commit 7032df40 by Daniel Jacobowitz Committed by Daniel Jacobowitz

configure.ac: Remove spaces around assignment to gcc_cv_ld_sysroot.

	* configure.ac: Remove spaces around assignment to
	gcc_cv_ld_sysroot.
	* configure: Regenerated.

From-SVN: r99833
parent 1f76e417
2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac: Remove spaces around assignment to
gcc_cv_ld_sysroot.
* configure: Regenerated.
2005-05-17 David Edelsohn <edelsohn@gnu.org> 2005-05-17 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix.h (TARGET_ALTIVEC_VRSAVE): Delete. * config/rs6000/aix.h (TARGET_ALTIVEC_VRSAVE): Delete.
......
...@@ -15047,7 +15047,7 @@ else ...@@ -15047,7 +15047,7 @@ else
gcc_cv_ld_sysroot=no gcc_cv_ld_sysroot=no
if test $in_tree_ld = yes ; then if test $in_tree_ld = yes ; then
if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then
gcc_cv_ld_sysroot = yes gcc_cv_ld_sysroot=yes
fi fi
elif test x$gcc_cv_ld != x; then elif test x$gcc_cv_ld != x; then
if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then
......
...@@ -3067,7 +3067,7 @@ AC_CACHE_CHECK(linker --sysroot support, ...@@ -3067,7 +3067,7 @@ AC_CACHE_CHECK(linker --sysroot support,
[gcc_cv_ld_sysroot=no [gcc_cv_ld_sysroot=no
if test $in_tree_ld = yes ; then if test $in_tree_ld = yes ; then
if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then
gcc_cv_ld_sysroot = yes gcc_cv_ld_sysroot=yes
fi fi
elif test x$gcc_cv_ld != x; then elif test x$gcc_cv_ld != x; then
if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then
......
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