summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 21:00:14 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 21:00:14 (GMT)
commit50d0fc416c6ccb880ecfe046b68657e75aa2b342 (patch)
treea01bd9cc6424b2e10779eb42a53d59e935a4bcd9 /fortran
parent5e66426aa40afa764c17164ff59ad82439f7a5d0 (diff)
downloadhdf5-50d0fc416c6ccb880ecfe046b68657e75aa2b342.zip
hdf5-50d0fc416c6ccb880ecfe046b68657e75aa2b342.tar.gz
hdf5-50d0fc416c6ccb880ecfe046b68657e75aa2b342.tar.bz2
[svn-r3056] Purpose:
Bug Fix Description: There's a spurious warning being created on Cray T3E. Solution: We ignore it. Platforms tested: T3E
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/unicosmk2.0.X2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/unicosmk2.0.X b/fortran/config/unicosmk2.0.X
index 3c46387..b52bca3 100644
--- a/fortran/config/unicosmk2.0.X
+++ b/fortran/config/unicosmk2.0.X
@@ -160,7 +160,7 @@ if test "X-" = "X-$F9X"; then
fi
if test "X-" = "X-$f9x_flags_set"; then
- FFLAGS="-dp"
+ FFLAGS="-dp -Wl\"-M 405\""
DEBUG_FFLAGS="-dp"
PROD_FFLAGS="-dp"
PROFILE_FFLAGS="-dp"