diff options
Diffstat (limited to 'c++/config/hpux11.00')
-rw-r--r-- | c++/config/hpux11.00 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/c++/config/hpux11.00 b/c++/config/hpux11.00 deleted file mode 100644 index 0485e2d..0000000 --- a/c++/config/hpux11.00 +++ /dev/null @@ -1,24 +0,0 @@ -# -*- shell-script -*- -# -# This file is part of the HDF5 build script. It is processed shortly -# after configure starts and defines, among other things, flags for -# the various compile modes. -# -# See BlankForm in this directory for details. - -if test -z "$CXX"; then - CXX=aCC - CXX_BASENAME=aCC -fi - -if test -z "$cxx_flags_set"; then -# +Z for PIC, +A for using archived libraries - CXXFLAGS="+Z +A" - CFLAGS="-g +O2" - DEBUG_CXXFLAGS=-g - DEBUG_CPPFLAGS= - PROD_CXXFLAGS="-O -s" - PROD_CPPFLAGS= - PROFILE_CPPFLAGS= - cxx_flags_set=yes -fi |