projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d7e7a
)
(check): Wrap -lg2c ...
author
Dave Love
<fx@gcc.gnu.org>
Thu, 9 Jul 1998 14:03:23 +0000
(14:03 +0000)
committer
Dave Love
<fx@gcc.gnu.org>
Thu, 9 Jul 1998 14:03:23 +0000
(14:03 +0000)
(check): Wrap -lg2c ... -lm around $(LIBS) in
case of static link.
From-SVN: r21036
libf2c/libU77/Makefile.in
patch
|
blob
|
history
diff --git
a/libf2c/libU77/Makefile.in
b/libf2c/libU77/Makefile.in
index 7d495b82833411a0e2f1744d979a12aaa11fe0b6..4b803a8837fc0094226ed6b7b0e0cced58768a96 100644
(file)
--- a/
libf2c/libU77/Makefile.in
+++ b/
libf2c/libU77/Makefile.in
@@
-143,7
+143,7
@@
lint:
lint $(ALL_CFLAGS) $(SRCS)
check:
- -$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f
$(LIBS)
&& ./a.out
+ -$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f
-lg2c $(LIBS) -lm
&& ./a.out
rm -f a.out
.PHONY: lint check all