From 8f9e9e2c459ecd9b70954f37fd6ee7851fc28793 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 12 Sep 2005 22:13:51 -0500 Subject: [svn-r11400] Purpose: Maintenance Description: Added -K c99 flag to sxc++ flags to ienforce C99 standard; added cache values for getrusage and gethostname Solution: Platforms tested: SX-6 Misc. update: --- config/nec-superux14.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/nec-superux14.1 b/config/nec-superux14.1 index 4f435b3..0dca00c 100644 --- a/config/nec-superux14.1 +++ b/config/nec-superux14.1 @@ -30,7 +30,7 @@ # used within this file. if test "X-" = "X-$CC"; then - CC="sxc++ -Xa -size_t64 -xint" + CC="sxc++ -Xa -size_t64 -xint -K c99" CC_BASENAME=sxc++ fi # The default archiver is `sxar' @@ -43,7 +43,7 @@ if test "X-" = "X-$CXX"; then fi if test "X-" = "X-$F9X"; then - FC="sxf90 -size_t64 -g -DDEBUG -UNDEBUG" + FC="sxf90 -size_t64 -ew " FC_BASENAME=sxf90 fi @@ -146,6 +146,9 @@ esac # ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=0} hdf5_cv_gettimeofday_tz=no +# I have to add the follwoing two lines when -K c99 was used +ac_cv_func_getrusage=no +ac_cv_func_gethostname=no hdf5_cv_vsnprintf_works=no hdf5_cv_printf_ll=l hdf5_cv_system_scope_threads=no -- cgit v0.12