OSDN Git Service

* gfortranspec.c (lang_specific_driver): Refer to -lgfortran in
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Aug 2010 15:25:03 +0000 (15:25 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Aug 2010 15:25:03 +0000 (15:25 +0000)
comment, not -lg2c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163406 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b5330ae..32211ae 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 0c3e9ab..75702a7 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.  */