diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-11 22:27:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-11 22:27:34 +0000 |
commit | 20606b46fdc27ff08a6a40f7d0ac6b2a1dc8611c (patch) | |
tree | 6448ff5258f62de0f42d0f49f5cb5c0eabdbd18f /src | |
parent | bab9c3d5551db2e2c5620671f5679cfaec8584b9 (diff) | |
download | postgresql-20606b46fdc27ff08a6a40f7d0ac6b2a1dc8611c.tar.gz postgresql-20606b46fdc27ff08a6a40f7d0ac6b2a1dc8611c.zip |
Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.
template/sco updated.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/sco | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/template/sco b/src/template/sco index f8f37dbd375..3126e062ced 100644 --- a/src/template/sco +++ b/src/template/sco @@ -2,5 +2,6 @@ if test "$GCC" = yes; then CFLAGS=-O2 else CFLAGS=-O - CC="$CC -b elf" fi +CC="$CC -b elf" + |