mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r7063]
Purpose: IA64 (titan) cleanup Description: We defined IA64 variable for C-stubs compilation on IA64 systems. But system defines __ia64 and it is better to use it as we do on all other systems. Solution: Removed -DIA64 from compilation flags since H5f90i.h header files uses __ia64 variable that is defined on IA64 systems. Platforms tested: titan Misc. update:
This commit is contained in:
parent
2c924c0df1
commit
18185298e4
@ -21,7 +21,7 @@ fi
|
||||
case $CC_BASENAME in
|
||||
ecc)
|
||||
# CFLAGS must be set else configure set it to -g
|
||||
CFLAGS="${CFLAGS:--DIA64}"
|
||||
CFLAGS="$CFLAGS"
|
||||
DEBUG_CFLAGS="-g"
|
||||
DEBUG_CPPFLAGS=
|
||||
# ecc has -O2 as default
|
||||
|
Loading…
Reference in New Issue
Block a user