1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Determine CXXFLAGS after the C++ compiler was detected. Also honor

--enable-debug and environment variable override.
This commit is contained in:
Peter Eisentraut
2000-10-31 18:16:20 +00:00
parent fae180f477
commit dc0f5cb090
6 changed files with 363 additions and 321 deletions

View File

@ -14,3 +14,6 @@ CFLAGS_SL =
%$(DLSUFFIX): %.o
@echo 'cannot make shared object $@ from $<'
# Hack alert! Fix your compiler installation...
override CXXFLAGS +=-I/usr/local/lib/gcc-lib/i386-pc-qnx4/egcs-2.91.60/include/g++

View File

@ -1,6 +1,5 @@
if test "$GCC" = yes ; then
CFLAGS=-pipe
CXXFLAGS=-pipe
else # not GCC
case $host_os in
aix3.2.5)

View File

@ -5,5 +5,4 @@ else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
CCC=cxx
CXXFLAGS='-O4 -Olimit 2000'
fi

View File

@ -1,3 +1,2 @@
CFLAGS=
LIBS=-lunix
CXXFLAGS=-I/usr/local/lib/gcc-lib/i386-pc-qnx4/egcs-2.91.60/include/g++