diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-13 03:13:51 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-13 03:13:51 (GMT) |
commit | 8f9e9e2c459ecd9b70954f37fd6ee7851fc28793 (patch) | |
tree | 6c3dde0d42248d4f7cf944621e4ea9c8ba001aef /config | |
parent | a9f72e29fd85e754cd6071eddec9728b0759f041 (diff) | |
download | hdf5-8f9e9e2c459ecd9b70954f37fd6ee7851fc28793.zip hdf5-8f9e9e2c459ecd9b70954f37fd6ee7851fc28793.tar.gz hdf5-8f9e9e2c459ecd9b70954f37fd6ee7851fc28793.tar.bz2 |
[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:
Diffstat (limited to 'config')
-rw-r--r-- | config/nec-superux14.1 | 7 |
1 files 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 |