Commit 43e6b44c by Dave Love

(check): Wrap -lg2c ...

(check): Wrap -lg2c ... -lm around $(LIBS) in
case of static link.

From-SVN: r21036
parent 91d7e7ac
......@@ -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
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