From dc0f5cb09025bf8c5cc3900bfa4738a83457028f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 31 Oct 2000 18:16:20 +0000 Subject: Determine CXXFLAGS after the C++ compiler was detected. Also honor --enable-debug and environment variable override. --- src/template/aix | 1 - src/template/osf | 1 - src/template/qnx4 | 1 - 3 files changed, 3 deletions(-) (limited to 'src/template') diff --git a/src/template/aix b/src/template/aix index 75cd678a28..7d6d580a26 100644 --- a/src/template/aix +++ b/src/template/aix @@ -1,6 +1,5 @@ if test "$GCC" = yes ; then CFLAGS=-pipe - CXXFLAGS=-pipe else # not GCC case $host_os in aix3.2.5) diff --git a/src/template/osf b/src/template/osf index f41a0557d6..938120f73a 100644 --- a/src/template/osf +++ b/src/template/osf @@ -5,5 +5,4 @@ else CC="$CC -std" CFLAGS='-O4 -Olimit 2000' CCC=cxx - CXXFLAGS='-O4 -Olimit 2000' fi diff --git a/src/template/qnx4 b/src/template/qnx4 index cea09e25ee..62ba3ff130 100644 --- a/src/template/qnx4 +++ b/src/template/qnx4 @@ -1,3 +1,2 @@ CFLAGS= LIBS=-lunix -CXXFLAGS=-I/usr/local/lib/gcc-lib/i386-pc-qnx4/egcs-2.91.60/include/g++ -- cgit v1.2.3