]> gcc.gnu.org Git - gcc.git/commitdiff
(check): Wrap -lg2c ...
authorDave Love <fx@gcc.gnu.org>
Thu, 9 Jul 1998 14:03:23 +0000 (14:03 +0000)
committerDave 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

index 7d495b82833411a0e2f1744d979a12aaa11fe0b6..4b803a8837fc0094226ed6b7b0e0cced58768a96 100644 (file)
@@ -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
This page took 0.059102 seconds and 5 git commands to generate.