* Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.
authorLoren J. Rittle <ljrittle@acm.org>
Fri, 4 Jan 2002 06:22:49 +0000 (06:22 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Fri, 4 Jan 2002 06:22:49 +0000 (06:22 +0000)
From-SVN: r48529

libf2c/ChangeLog
libf2c/Makefile.in

index 3452601..2505ccc 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-03  Loren J. Rittle  <ljrittle@acm.org>
+
+       * Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.
+
 2001-12-04  Alexandre Oliva  <aoliva@redhat.com>
 
        * Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
index 8f474bf..18354a8 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU F77 compiler runtime.
-#   Copyright (C) 1995-1998, 2001 Free Software Foundation, Inc.
+#   Copyright (C) 1995-1998, 2001, 2002 Free Software Foundation, Inc.
 #   Contributed by Dave Love (d.love@dl.ac.uk).
 #
 #This file is part of GNU Fortran.
@@ -147,7 +147,7 @@ $(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
          -objectlist s-libf77 \
          -objectlist s-libi77 \
          -objectlist s-libu77 \
-         -lc -lm
+         -lm
 
 i77:
        cd libI77; $(MAKE) $(FLAGS_TO_PASS) all