Commit 1d4d9588 by Joseph Myers Committed by Joseph Myers

gfortranspec.c (lang_specific_driver): Refer to -lgfortran in comment, not -lg2c.

	* gfortranspec.c (lang_specific_driver): Refer to -lgfortran in
	comment, not -lg2c.

From-SVN: r163406
parent 2429bce3
2010-08-20 Joseph Myers <joseph@codesourcery.com>
* gfortranspec.c (lang_specific_driver): Refer to -lgfortran in
comment, not -lg2c.
2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
* trans-openmp.c: Use FOR_EACH_VEC_ELT.
......
......@@ -477,7 +477,7 @@ For more information about these matters, see the file named COPYING\n\n"));
append_arg (argv[i]);
}
/* Append `-lg2c -lm' as necessary. */
/* Append `-lgfortran -lm' as necessary. */
if (library)
{ /* Doing a link and no -nostdlib. */
......
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