mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[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.
This commit is contained in:
parent
8698c5ce5e
commit
c21fd488e5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user