[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:
Elena Pourmal 2003-06-19 14:33:12 -05:00
parent 2c924c0df1
commit 18185298e4

View File

@ -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