summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-04-09 07:40:14 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-04-09 07:40:14 +0000
commit8ffca4bd03de2d08f73c006b1500680b09f767bd (patch)
tree33a957fa1a610f55e1d038765cf9a6d5f69b1322 /INSTALL
parent2cc006713f163ca97c4705d8e83ec84e1fba1c7d (diff)
downloadmpfr-8ffca4bd03de2d08f73c006b1500680b09f767bd.tar.gz
[INSTALL] updated Notes on AIX/PowerPC
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6159 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index e0a92a62c..05b5414f3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -243,9 +243,8 @@ Notes on AIX/PowerPC
The following has been tested on AIX 5.3 (powerpc-ibm-aix5.3.0.0) with
gcc 3.3.2 and GMP 4.2.1.
-Before building and testing MPFR, you should set the OBJECT_MODE
-environment variable to 64 (as GMP selects the 64-bit ABI by default),
-e.g. with:
+If GMP was built with the 64-bit ABI, before building and testing MPFR,
+you should set the OBJECT_MODE environment variable to 64, e.g., with:
export OBJECT_MODE=64