diff options
| author | Peter Eisentraut | 2002-09-04 22:54:18 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2002-09-04 22:54:18 +0000 |
| commit | e43ecb3d1a1c5af574fdd6333bdd64330a148bf6 (patch) | |
| tree | 897b6c54db9c33efff536be673cc6d94fd490d54 /src/template | |
| parent | be475f92cd43ce0c66246cb488fb29b0a12f5674 (diff) | |
Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/aix | 1 | ||||
| -rw-r--r-- | src/template/freebsd | 3 | ||||
| -rw-r--r-- | src/template/hpux | 2 | ||||
| -rw-r--r-- | src/template/osf | 3 | ||||
| -rw-r--r-- | src/template/unixware | 1 |
5 files changed, 1 insertions, 9 deletions
diff --git a/src/template/aix b/src/template/aix index 4a987da8997..768d38d88df 100644 --- a/src/template/aix +++ b/src/template/aix @@ -6,5 +6,4 @@ else # not GCC aix3.2.5 | aix4.1*) CFLAGS='-qmaxmem=16384 -qsrcmsg' ;; esac - CCC=xlC fi # not GCC diff --git a/src/template/freebsd b/src/template/freebsd index a917d3f203a..89958c28b73 100644 --- a/src/template/freebsd +++ b/src/template/freebsd @@ -1,6 +1,5 @@ CFLAGS='-pipe' case $host_cpu in - alpha*) CFLAGS="$CFLAGS -O" - GCC_CXXFLAGS="-O";; + alpha*) CFLAGS="$CFLAGS -O" ;; esac diff --git a/src/template/hpux b/src/template/hpux index db43432a5e8..4db8f44eba1 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -1,8 +1,6 @@ if test "$GCC" = yes ; then CFLAGS=-O2 - CCC=g++ else CC="$CC -Ae" CFLAGS=+O2 - CCC=aCC fi diff --git a/src/template/osf b/src/template/osf index c38cbec8b59..2d782ea1c3e 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' diff --git a/src/template/unixware b/src/template/unixware index df54dc5f355..3dc45073c6f 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -3,4 +3,3 @@ if test "$GCC" = yes; then else CFLAGS='-O -K inline' fi -VENDOR_CXXFLAGS="-O" |
