diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-10-28 22:33:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-10-28 22:33:25 +0000 |
commit | 3fe266207b51cd902c4071bb416c40616d59f014 (patch) | |
tree | 4f6fdf13e15849620f0b7146fa5bd093b44f20c7 | |
parent | d034a268a29e1afe311effb0c93133d64cc21982 (diff) | |
download | postgresql-3fe266207b51cd902c4071bb416c40616d59f014.tar.gz postgresql-3fe266207b51cd902c4071bb416c40616d59f014.zip |
Ooops, fat-fingered last commit message. Should have
mentioned updating FAQ_IRIX for information about buggy MIPSPro
compiler version, now confirmed by Herve Boulouis.
-rw-r--r-- | doc/FAQ_IRIX | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/FAQ_IRIX b/doc/FAQ_IRIX index 4b6e661a9e4..fa6f47523a3 100644 --- a/doc/FAQ_IRIX +++ b/doc/FAQ_IRIX @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL IRIX Specific TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ ======================================================= -last updated: $Date: 2007/10/28 22:30:21 $ +last updated: $Date: 2007/10/28 22:33:25 $ current maintainer: Luis Amigo (lamigo@atc.unican.es) original author: Luis Amigo (lamigo@atc.unican.es) @@ -21,10 +21,10 @@ Section 1: Installing PostgreSQL 1.1) What do I need to install PostgreSQL on IRIX? -PostgreSQL has been run on MIPS r8000, r10000(both ip25 and ip27) -and r12000(ip35) processors, running IRIX 6.5.5m, 6.5.12 and 6.5.13 with -MIPSPro compilers version 7.30, 7.3.1.2m and 7.3. Newer versions can -be expected to work too (but see compiler note below). +PostgreSQL has been reported to run successfully on MIPS r8000, r10000(both +ip25 and ip27) and r12000(ip35) processors, running IRIX 6.5.5m, 6.5.12, +6.5.13, and 6.5.26 with MIPSPro compilers version 7.30, 7.3.1.2m, 7.3, and +7.4.4m. Aside from the PostgreSQL source distribution, you will need GNU make (SGI's make will not do), and the MIPSPro full ANSI C compiler. |