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:
@@ -6,5 +6,4 @@ else # not GCC
|
||||
aix3.2.5 | aix4.1*)
|
||||
CFLAGS='-qmaxmem=16384 -qsrcmsg' ;;
|
||||
esac
|
||||
CCC=xlC
|
||||
fi # not GCC
|
||||
|
@@ -1,6 +1,5 @@
|
||||
CFLAGS='-pipe'
|
||||
|
||||
case $host_cpu in
|
||||
alpha*) CFLAGS="$CFLAGS -O"
|
||||
GCC_CXXFLAGS="-O";;
|
||||
alpha*) CFLAGS="$CFLAGS -O" ;;
|
||||
esac
|
||||
|
@@ -1,8 +1,6 @@
|
||||
if test "$GCC" = yes ; then
|
||||
CFLAGS=-O2
|
||||
CCC=g++
|
||||
else
|
||||
CC="$CC -Ae"
|
||||
CFLAGS=+O2
|
||||
CCC=aCC
|
||||
fi
|
||||
|
@@ -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'
|
||||
|
@@ -3,4 +3,3 @@ if test "$GCC" = yes; then
|
||||
else
|
||||
CFLAGS='-O -K inline'
|
||||
fi
|
||||
VENDOR_CXXFLAGS="-O"
|
||||
|
Reference in New Issue
Block a user