diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-07-06 21:33:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-07-06 21:33:29 (GMT) |
commit | f1dcc2b510ab3914b8f7ddf48aecaf819183d12f (patch) | |
tree | 3de424e9b0f384467c78a6ccea1a4d3f6894dc0a /fortran | |
parent | adbd3ac8936a6e497afc3774b0bca43aa010c94f (diff) | |
download | hdf5-f1dcc2b510ab3914b8f7ddf48aecaf819183d12f.zip hdf5-f1dcc2b510ab3914b8f7ddf48aecaf819183d12f.tar.gz hdf5-f1dcc2b510ab3914b8f7ddf48aecaf819183d12f.tar.bz2 |
[svn-r4140]
Purpose:
Make T3E happy
Description:
hdf5-1.4.2-pre0 would not build without adding special flag
to disable linker warning #412 for Fortran
Solution:
Disable warning #412
Platforms tested:
T3E
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/config/unicosmk2.0.5.X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/unicosmk2.0.5.X b/fortran/config/unicosmk2.0.5.X index 36dab49..2b4efe2 100644 --- a/fortran/config/unicosmk2.0.5.X +++ b/fortran/config/unicosmk2.0.5.X @@ -162,7 +162,7 @@ fi if test "X-" = "X-$f9x_flags_set"; then # -Wl passes flags to the linker and -M# will ignore warnings with # number #. Warning 405 was stopping the executable from being built. - FFLAGS="-dp -Wl-M405" + FFLAGS="-dp -Wl-M405,412" DEBUG_FFLAGS="" PROD_FFLAGS="" PROFILE_FFLAGS="" |