summaryrefslogtreecommitdiff
path: root/src/template/osf
diff options
context:
space:
mode:
authorPeter Eisentraut2002-09-04 22:54:18 +0000
committerPeter Eisentraut2002-09-04 22:54:18 +0000
commite43ecb3d1a1c5af574fdd6333bdd64330a148bf6 (patch)
tree897b6c54db9c33efff536be673cc6d94fd490d54 /src/template/osf
parentbe475f92cd43ce0c66246cb488fb29b0a12f5674 (diff)
Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
Diffstat (limited to 'src/template/osf')
-rw-r--r--src/template/osf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/template/osf b/src/template/osf
index c38cbec8b5..2d782ea1c3 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -1,9 +1,6 @@
if test "$GCC" = yes ; then
CFLAGS=
- CCC=g++
else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
- CCC=cxx
fi
-VENDOR_CXXFLAGS='-O4 -Olimit 2000'