diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.qnx4 | 3 | ||||
-rw-r--r-- | src/template/aix | 1 | ||||
-rw-r--r-- | src/template/osf | 1 | ||||
-rw-r--r-- | src/template/qnx4 | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/src/makefiles/Makefile.qnx4 b/src/makefiles/Makefile.qnx4 index 130a99fd6dd..2cf15be5f5f 100644 --- a/src/makefiles/Makefile.qnx4 +++ b/src/makefiles/Makefile.qnx4 @@ -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++ diff --git a/src/template/aix b/src/template/aix index 75cd678a283..7d6d580a26c 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 f41a0557d60..938120f73a1 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 cea09e25eea..62ba3ff130d 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++ |