diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-11 22:27:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-11 22:27:26 +0000 |
commit | dc8d322a8bb0ac88f4143c31f38f0af587b78275 (patch) | |
tree | 124a9025930fbbfef1fa8699ee547417eba38330 /src | |
parent | 92d77c69e56579fb55126cd82e92eddf93774dad (diff) |
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" + |