From ef1078a73ab4e8b4007ab2cc075e8624ba8dd059 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 6 May 2002 15:02:34 +0000 Subject: [PATCH] Regenerate git-svn-id: https://svn.dealii.org/trunk@5828 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 1222317079..a32fc806b2 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -2695,10 +2695,18 @@ echo "${ECHO_T}C++ compiler is Portland Group C++" >&6 GXX_VERSION=portland_group else - { { echo "$as_me:$LINENO: error: Unrecognized compiler" >&5 + is_aCC="`($CXX -V 2>&1) | grep 'aCC'`" + if test "x$is_aCC" != "x" ; then + echo "$as_me:$LINENO: result: C++ compiler is HP aCC" >&5 +echo "${ECHO_T}C++ compiler is HP aCC" >&6 + GXX_VERSION=hp_aCC + else + + { { echo "$as_me:$LINENO: error: Unrecognized compiler" >&5 echo "$as_me: error: Unrecognized compiler" >&2;} { (exit sorry); exit sorry; }; } - exit 1 + exit 1 + fi fi fi fi @@ -2870,6 +2878,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext CXXFLAGSPIC="-Kpic" ;; + hp_aCC) + CXXFLAGSG="$CXXFLAGS -g1 +p +w -z -Aa -AA" + CXXFLAGSO="$CXXFLAGS -A -Xa -z +O2 -Aa -AA" + CXXFLAGSPIC="+Z" + # for linking shared libs, -b is also necessary... + ;; + *) { { echo "$as_me:$LINENO: error: No compiler options for this C++ compiler specified at present" >&5 -- 2.39.5