[svn-r3056] Purpose:

Bug Fix
Description:
	There's a spurious warning being created on Cray T3E.
Solution:
	We ignore it.
Platforms tested:
	T3E
This commit is contained in:
Bill Wendling 2000-12-01 16:00:14 -05:00
parent 5e66426aa4
commit 50d0fc416c

View File

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