summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-05-29 21:46:11 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-05-29 21:46:11 (GMT)
commitc21fd488e526df8a8834f205433bef6bf2449067 (patch)
treedb2a60526779231e8bd6e74f6799b35e227cbc6b /bin
parent8698c5ce5ed0a698447928c39d23585b1a153c1c (diff)
downloadhdf5-c21fd488e526df8a8834f205433bef6bf2449067.zip
hdf5-c21fd488e526df8a8834f205433bef6bf2449067.tar.gz
hdf5-c21fd488e526df8a8834f205433bef6bf2449067.tar.bz2
[svn-r12384] Purpose:
feature. Description: Added the option of -64 which is similar to -n32. This is needed by Atlantia which has the ABI as -n32. Platforms tested: Pretty straight forward but not testable by h5committest. Will be tested when daily tests run.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest
index 0e7db9e..2147534 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -290,6 +290,11 @@ RUNSNAPTEST()
CC="cc -n32"
export CC
;;
+ -64) # want -64 option
+ SRCDIRNAME=${SRCDIRNAME}-64
+ CC="cc -64"
+ export CC
+ ;;
parallel) # want parallel test
SNAPCMD_OPT="$SNAPCMD_OPT $ENABLE_PARALLEL"
SRCDIRNAME=${SRCDIRNAME}-pp