diff options
| author | Peter Eisentraut | 2001-05-07 20:43:28 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2001-05-07 20:43:28 +0000 |
| commit | f7bfb5518d9851b99f8982e94ea833da8317c412 (patch) | |
| tree | 284afd9cedeae213ba321f30c8f536f2efc1d143 /src/template | |
| parent | 5fdae774a1e33826a76377b481b999bd7d6d637d (diff) | |
Shared library and GCC support for SCO OpenServer.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/sco | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/template/sco b/src/template/sco index 8b3a7bf0b7..ce38e57d59 100644 --- a/src/template/sco +++ b/src/template/sco @@ -1,2 +1,6 @@ -CFLAGS= -CC="$CC -b elf" +if test "$GCC" = yes; then + CFLAGS=-02 +else + CFLAGS=-O + CC="$CC -b elf" +fi |
