diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-07-09 14:05:42 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-07-09 14:05:42 +0000 |
commit | 0f5e5cc56d12585d58f92af897073ec01d5de5ac (patch) | |
tree | aac8975efd4aa21a4c29525a16379e287d2f68b8 | |
parent | 43e6b44c59ba764ceecab2b4bfee447f77aacc82 (diff) | |
download | gcc-0f5e5cc56d12585d58f92af897073ec01d5de5ac.zip gcc-0f5e5cc56d12585d58f92af897073ec01d5de5ac.tar.gz gcc-0f5e5cc56d12585d58f92af897073ec01d5de5ac.tar.bz2 |
Makefile.in (check): Wrap -lg2c ...
* libU77/Makefile.in (check): Wrap -lg2c ... -lm around $(LIBS) in
case of static link.
From-SVN: r21037
-rw-r--r-- | libf2c/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 99c19a2..224b6be 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,5 +1,8 @@ 1998-07-09 Dave Love <d.love@dl.ac.uk> + * libU77/Makefile.in (check): Wrap -lg2c ... -lm around $(LIBS) in + case of static link. + * libU77/Version.c, libI77/Version.c: Update version info. * libU77/sys_clock_.c: Replace TIMES conditional stuff removed in |