Commit 0cc5f812 by Loren J. Rittle Committed by Loren J. Rittle

* Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.

From-SVN: r48529
parent fee5bdb0
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.
......
# 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
......
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