]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gfortranspec.c (lang_specific_driver): Refer to -lgfortran in comment, not -lg2c.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 Aug 2010 15:25:03 +0000 (16:25 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 20 Aug 2010 15:25:03 +0000 (16:25 +0100)
* gfortranspec.c (lang_specific_driver): Refer to -lgfortran in
comment, not -lg2c.

From-SVN: r163406

gcc/fortran/ChangeLog
gcc/fortran/gfortranspec.c

index b5330ae6938d1b729df166fe82c41780515397b5..32211ae4a15eef39530446bf98e353eafc369523 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 0c3e9abdb0bd30c94ca9e7ad4f5d8dafa675f3b5..75702a7dfe969ac900d18545e0167f8a42e9e735 100644 (file)
@@ -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.  */