summaryrefslogtreecommitdiffstats
path: root/config/hpux11.00
diff options
context:
space:
mode:
Diffstat (limited to 'config/hpux11.00')
-rw-r--r--config/hpux11.006
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hpux11.00 b/config/hpux11.00
index c8d69b3..6fd2ccc 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -60,7 +60,7 @@ fi
if test "X$f9x_flags_set" = "X"; then
F9XSUFFIXFLAG=""
FSEARCH_DIRS=""
- FFLAGS="-O"
+ FFLAGS="$FFLAGS -O"
DEBUG_FFLAGS="-O"
PROD_FFLAGS="-O"
PROFILE_FFLAGS="-O"
@@ -76,8 +76,8 @@ fi
if test -z "$cxx_flags_set"; then
# +Z for PIC, +A for using archived libraries
- CXXFLAGS="+Z +A"
- CFLAGS="-g +O2"
+ CXXFLAGS="$CXXFLAGS +Z +A"
+ CFLAGS="$CFLAGS -g +O2"
DEBUG_CXXFLAGS=-g
DEBUG_CPPFLAGS=
PROD_CXXFLAGS="-O -s"