diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-04-22 17:55:20 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-22 17:55:20 +0000 |
commit | cf398593fdc865b162fa495c91c5b1e289b86d6b (patch) | |
tree | bca925d7a1ca40eb82e81f5f8ca6cfaee7ce3d14 | |
parent | 5514c1fa23956186893c3d325bde60d82a714782 (diff) | |
download | postgresql-cf398593fdc865b162fa495c91c5b1e289b86d6b.tar.gz postgresql-cf398593fdc865b162fa495c91c5b1e289b86d6b.zip |
From: System Administrator <igor@sba.miami.edu>
Subject: [PORTS] Configure for DEC-Alpha
Configure script properly detects alpha-dec-osf4.0 machine, but
sets a default GENERIC template for it. I modified tempplate/.similar to
add alpha-dec-osf4.0=alpha. Then configure properly set the template to
alpha.
-rw-r--r-- | src/template/.similar | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template/.similar b/src/template/.similar index 53176f5a85e..527e6a2893d 100644 --- a/src/template/.similar +++ b/src/template/.similar @@ -1,2 +1,3 @@ sparc-sun-solaris2.5=sparc_solaris-gcc i386-unknown-freebsd3.0=freebsd +alpha-dec-osf4.0=alpha |