summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-03-01 15:41:03 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-03-01 15:41:03 +0000
commit64a470ba951873f428e94582bf1b81c139d598be (patch)
tree86bac336f23e1e2f932fd1a67e66a31dc8e3abfb
parent5abadbf0f4b642f7f9c48d15a5f92276033050c2 (diff)
downloadmpfr-64a470ba951873f428e94582bf1b81c139d598be.tar.gz
[INSTALL] Updated "Notes on AIX/PowerPC".
(merged changeset r10161 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@10166 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--INSTALL10
1 files changed, 4 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 4be85ae0b..a4aba2fb7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -497,18 +497,16 @@ not use conversions with the long double type.
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.
+The following has been tested on AIX 7.1.3 (gcc111.fsffrance.org)
+with gcc 4.8.1 and GMP 6.1.0.
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
-(in a sh-compatible shell). But you should also provide a correct CFLAGS
-value to the "configure" script: using --with-gmp-build is not sufficient
-due to the early compiler tests, as gcc will not compile any program if
-OBJECT_MODE is 64 and the -maix64 option is not provided.
+(in a sh-compatible shell). Alternatively add the following to the configure
+line: AR="ar -X64" NM="nm -B -X64".
MPFR for use with Windows Applications