summaryrefslogtreecommitdiffstats
path: root/config/nec-superux14.1
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-09-06 21:35:37 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-09-06 21:35:37 (GMT)
commit436b9db1faf49a3454a97d914d1a15e7571c69ec (patch)
treeca2b8ff131ccf5b9ed42300ee2f93ef69214b379 /config/nec-superux14.1
parent668d5807665ee18bf57fda90d008c4cfd8e400af (diff)
downloadhdf5-436b9db1faf49a3454a97d914d1a15e7571c69ec.zip
hdf5-436b9db1faf49a3454a97d914d1a15e7571c69ec.tar.gz
hdf5-436b9db1faf49a3454a97d914d1a15e7571c69ec.tar.bz2
[svn-r11357] Purpose: SX-6 port
Description: Brought back changes from SX-6. Solution: Platforms tested: SX-6 NEC America Misc. update:
Diffstat (limited to 'config/nec-superux14.1')
-rw-r--r--config/nec-superux14.130
1 files changed, 24 insertions, 6 deletions
diff --git a/config/nec-superux14.1 b/config/nec-superux14.1
index 568945e..09d6e7a 100644
--- a/config/nec-superux14.1
+++ b/config/nec-superux14.1
@@ -30,18 +30,21 @@
# used within this file.
if test "X-" = "X-$CC"; then
- CC="cc -Xa -size_t64 -xint"
- CC_BASENAME=cc
+ CC="sxc++ -Xa -size_t64 -xint"
+ CC_BASENAME=sxc++
fi
+# The default archiver is `sxar'
+AR=${AR:-sxar}
+RANLIB=${RANLIB:=" "}
if test "X-" = "X-$CXX"; then
- CXX="c++ -size_t64 -xint -Kexceptions"
- CXX_BASENAME=c++
+ CXX="sxc++ -size_t64 -xint -Kexceptions"
+ CXX_BASENAME=sxc++
fi
if test "X-" = "X-$F9X"; then
- FC="f90 -size_t64 -g -DDEBUG -UNDEBUG"
- FC_BASENAME=f90
+ FC="sxf90 -size_t64 -g -DDEBUG -UNDEBUG"
+ FC_BASENAME=sxf90
fi
# C Compiler and Preprocessor Flags
@@ -142,5 +145,20 @@ esac
# --------------------------
#
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=0}
+hdf5_cv_gettimeofday_tz=no
+hdf5_cv_vsnprintf_works=no
+hdf5_cv_printf_ll=l
+hdf5_cv_system_scope_threads=no
+hdf5_cv_sw_ldouble_to_integer_works=no
+hdf5_cv_fp_to_ullong_right_maximum=no
+hdf5_cv_fp_to_ullong_bottom_bit_works=yes
+hdf5_cv_fp_to_ullong_right_maximum=no
+hdf5_cv_ldouble_to_uint_work=no
+hdf5_cv_ullong_to_fp_cast_works=yes
+hdf5_cv_ullong_to_ldouble_precision_works=no
+hdf5_cv_fp_to_integer_overflow_works=yes
+hdf5_fp_to_ullong_accurate=no
+hdf5_fp_to_ullong_right_maximum=no
CONFIGURE_LIBS=/usr/lib/libi90sxe.a
+