diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2005-05-17 15:00:26 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2005-05-17 15:00:26 +0000 |
commit | 7032df40d1b5cfbd1a7f1ea52f2614d69c5d1145 (patch) | |
tree | dadc3f5e562687698fe6fcdf047118f46c15ba6c /gcc/configure | |
parent | 1f76e417669f5ff52be221396f6e2afd6c40cf06 (diff) | |
download | gcc-7032df40d1b5cfbd1a7f1ea52f2614d69c5d1145.zip gcc-7032df40d1b5cfbd1a7f1ea52f2614d69c5d1145.tar.gz gcc-7032df40d1b5cfbd1a7f1ea52f2614d69c5d1145.tar.bz2 |
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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index bcdb3ed..5a57cdb 100755 --- a/gcc/configure +++ b/gcc/configure @@ -15047,7 +15047,7 @@ else gcc_cv_ld_sysroot=no 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 - gcc_cv_ld_sysroot = yes + gcc_cv_ld_sysroot=yes fi elif test x$gcc_cv_ld != x; then if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then |