gcc.c (set_multilib_dir): Fix typo.

2014-06-23  Paul Gortmaker  <paul.gortmaker@windriver.com>

        * gcc.c (set_multilib_dir): Fix typo.

From-SVN: r211911
This commit is contained in:
Paul Gortmaker 2014-06-23 18:51:36 +00:00 committed by Jeff Law
parent 0b0fdc0b80
commit 82ec440684
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>
* gcc.c (set_multilib_dir): Fix typo.
2014-06-23 Richard Biener <rguenther@suse.de>
* tree-ssa-loop.c (gate_loop): New function.

View File

@ -7810,7 +7810,7 @@ set_multilib_dir (void)
}
if (multilib_dir == NULL && multilib_os_dir != NULL
&& strcmp (multilib_os_dir, ".") == 0)
&& strcmp (multilib_os_dir, ".") != 0)
{
free (CONST_CAST (char *, multilib_os_dir));
multilib_os_dir = NULL;