summaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorPeter Eisentraut2003-10-25 20:18:53 +0000
committerPeter Eisentraut2003-10-25 20:18:53 +0000
commite9cd1c771f028d1aa2fad948493b654191da7883 (patch)
tree33bdbdaf3df92efb89d562a6d14675f8c3abbe0b /src/template
parent8e8816c7778da6b63d7e657404c525af39531547 (diff)
Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on
0.0/0.0. That option appears to affect the regression test result as well. The compiler documentation doesn't recommend -O4 for universal use, so let's stick to the conservative -O (== -O2) by default.
Diffstat (limited to 'src/template')
-rw-r--r--src/template/osf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/osf b/src/template/osf
index 312d6cdfa5..c2af2350e8 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -1,6 +1,6 @@
if test "$GCC" != yes ; then
CC="$CC -std"
- CFLAGS="-O4 -Olimit 2000"
+ CFLAGS="-O -ieee"
fi
THREAD_SUPPORT=yes