From 18185298e416aba1a7357279f53989bcc9d24adc Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 19 Jun 2003 14:33:12 -0500 Subject: [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: --- fortran/config/ia64-linux-gnu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/config/ia64-linux-gnu b/fortran/config/ia64-linux-gnu index 7dc5239..b868dc4 100644 --- a/fortran/config/ia64-linux-gnu +++ b/fortran/config/ia64-linux-gnu @@ -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 -- cgit v0.12