summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 10:22:49 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 10:22:49 +0000
commit68181dfd12f01361bdf918fe255de07123fe0ce3 (patch)
treeaa55fc0eb5d855976967e569f8caeb2ce97f3547
parentc22098e9b90dd2c7ef6ac7040e887b6b804cc603 (diff)
parentb81607df91962ec18d3adb313e1e9394ba9c2c91 (diff)
downloadmpfr-ubf.tar.gz
Merged the latest change from the trunk (r10452).ubf
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/ubf@10453 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tools/mbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mbench/Makefile b/tools/mbench/Makefile
index 94dcc9314..06092c18e 100644
--- a/tools/mbench/Makefile
+++ b/tools/mbench/Makefile
@@ -60,7 +60,7 @@ INCLUDES=-I. -I$(MPFR_INCLUDE) -I$(MPFR) -I$(GMP)/include/ -I$(GMP)
endif
# search first for real install, then for build directory
-LIBS=`(test -f $(MPFR_LIB)/libmpfr.a && echo $(MPFR_LIB)/libmpfr.a)` `(test -f $(MPFR)/.libs/libmpfr.a && echo $(MPFR)/.libs/libmpfr.a)` `(test -f $(MPFR)/src/.libs/libmpfr.a && echo $(MPFR)/src/.libs/libmpfr.a)` `(test -f $(GMP)/lib/libgmp.a && echo $(GMP)/lib/libgmp.a)` `(test -f $(GMP)/.libs/libgmp.a && echo $(GMP)/.libs/libgmp.a)`
+LIBS=`(test -f $(MPFR_LIB)/libmpfr.a && echo $(MPFR_LIB)/libmpfr.a)` `(test -f $(MPFR)/.libs/libmpfr.a && echo $(MPFR)/.libs/libmpfr.a)` `(test -f $(MPFR)/src/.libs/libmpfr.a && echo $(MPFR)/src/.libs/libmpfr.a)` `(test -f $(GMP)/lib/libgmp.a && echo $(GMP)/lib/libgmp.a)` `(test -f $(GMP)/lib/$$(gcc -print-multiarch 2>/dev/null)/libgmp.a && echo $(GMP)/lib/$$(gcc -print-multiarch 2>/dev/null)/libgmp.a)` `(test -f $(GMP)/.libs/libgmp.a && echo $(GMP)/.libs/libgmp.a)`
XLIBS=`test -f $(PARI)/lib/libpari.a && echo $(PARI)/lib/libpari.a` \
`test -f $(NTL)/lib/libntl.a && echo $(NTL)/lib/libntl.a` \