diff options
author | Tom Lane | 2005-07-29 17:00:29 +0000 |
---|---|---|
committer | Tom Lane | 2005-07-29 17:00:29 +0000 |
commit | f9b6af39d0cf1da6ca5703597ed6e937b207129a (patch) | |
tree | f2ea5562c16b64b670e68ee558d5b35933270131 | |
parent | 24eb66843d83c127122761bb904b5c93228cff91 (diff) |
It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.
Per report from Andrew Clark.
-rw-r--r-- | src/template/solaris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/solaris b/src/template/solaris index e6ee10f560..785fc3ea13 100644 --- a/src/template/solaris +++ b/src/template/solaris @@ -1,6 +1,6 @@ if test "$GCC" != yes ; then CC="$CC -Xa" # relaxed ISO C mode - CFLAGS="-v" # -v is like gcc -Wall + CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall if test "$enable_debug" != yes; then CFLAGS="$CFLAGS -O" # any optimization breaks debug fi |