From c21fd488e526df8a8834f205433bef6bf2449067 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 29 May 2006 16:46:11 -0500 Subject: [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. --- bin/runtest | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v0.12