(check): Wrap -lg2c ...
(check): Wrap -lg2c ... -lm around $(LIBS) in case of static link. From-SVN: r21036
This commit is contained in:
parent
91d7e7acb1
commit
43e6b44c59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user