* Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.
From-SVN: r48529
This commit is contained in:
parent
fee5bdb084
commit
0cc5f81223
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user