summaryrefslogtreecommitdiff
path: root/doc/FAQ_HPUX
diff options
context:
space:
mode:
authorPeter Eisentraut2002-11-11 20:04:05 +0000
committerPeter Eisentraut2002-11-11 20:04:05 +0000
commit387c942a3569ef07de60744634228f8162f90274 (patch)
tree73572c42c2b21f8741bfca78fe5e0e04ccb01086 /doc/FAQ_HPUX
parentb11398b79dbf5806a25f2498ed596593f1c5131f (diff)
Revise platform FAQs.
Diffstat (limited to 'doc/FAQ_HPUX')
-rw-r--r--doc/FAQ_HPUX6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_HPUX b/doc/FAQ_HPUX
index 15b4d507ed..503744ff09 100644
--- a/doc/FAQ_HPUX
+++ b/doc/FAQ_HPUX
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.3
HP-UX Specific
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
=======================================================
-last updated: $Date: 2002/11/02 00:46:23 $
+last updated: $Date: 2002/11/11 20:04:05 $
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -48,9 +48,9 @@ ftp://us-ffs.external.hp.com/ for free copies of their latest patches.
If you have both HP's C compiler and GCC's, then you might want to
explicitly select the compiler to use when you run `configure':
- CC=cc ./configure
+ ./configure CC=cc
for HP's C compiler, or
- CC=gcc ./configure
+ ./configure CC=gcc
for GCC. If you omit this setting, then configure will pick gcc
if it has a choice.