summaryrefslogtreecommitdiff
path: root/doc/README.dev
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-22 14:13:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-22 14:13:07 +0000
commit07092f172e359c698011a551d4705289aecdd838 (patch)
tree051b47e259e120fc5d3e274567676b8f0ba67ad7 /doc/README.dev
parent6623f1f8bc17fe283060c29117ae6ae15e0786d4 (diff)
downloadmpfr-07092f172e359c698011a551d4705289aecdd838.tar.gz
[doc/README.dev] Added a reference to the build-multi script.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10082 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/README.dev')
-rw-r--r--doc/README.dev8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/README.dev b/doc/README.dev
index b6a0ca755..48380484b 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -180,9 +180,11 @@ To make a release (for the MPFR team):
Also update the "API Compatibility" section in the manual (mpfr.texi).
Check with abi-compliance-checker (ABI Compliance Checker)[*], on the
latest MPFR releases built with no configure options (except --prefix),
- that no changes have been missed. Note that abi-compliance-checker can
- only check the symbols, types and constants; it cannot detect just a
- change in the behavior, thus may miss some incompatibilities.
+ that no changes have been missed. The ^/misc/build-multi script in the
+ repository may be useful to prepare data for abi-compliance-checker.
+ Note that abi-compliance-checker can only check the symbols, types
+ and constants; it cannot detect just a change in the behavior, thus
+ may miss some incompatibilities.
Update the FAQ.html file with update-faq (and check it) in the doc
directory.
[*] http://lvc.github.io/abi-compliance-checker/