1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Remove leftovers from subproject removals. Fixes for Python and Kerberos

configuration.
This commit is contained in:
Peter Eisentraut
2002-09-04 22:54:18 +00:00
parent be475f92cd
commit e43ecb3d1a
21 changed files with 50 additions and 306 deletions

View File

@@ -6,5 +6,4 @@ else # not GCC
aix3.2.5 | aix4.1*)
CFLAGS='-qmaxmem=16384 -qsrcmsg' ;;
esac
CCC=xlC
fi # not GCC

View File

@@ -1,6 +1,5 @@
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
alpha*) CFLAGS="$CFLAGS -O" ;;
esac

View File

@@ -1,8 +1,6 @@
if test "$GCC" = yes ; then
CFLAGS=-O2
CCC=g++
else
CC="$CC -Ae"
CFLAGS=+O2
CCC=aCC
fi

View File

@@ -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'

View File

@@ -3,4 +3,3 @@ if test "$GCC" = yes; then
else
CFLAGS='-O -K inline'
fi
VENDOR_CXXFLAGS="-O"