[svn-r4535]

Purpose:
    Fix Bill's "Major Hack" for NERSC seaborg machine
Description:
    Bill's fix was based on the machine name. NERSC SP3 gseaborg
    was renamed to seaborg.
Solution:
    Fixed the name.
Platforms tested:
    Not tested yet.
This commit is contained in:
Elena Pourmal 2001-10-09 14:53:08 -05:00
parent a237041a90
commit e62fba460a

View File

@ -1284,7 +1284,7 @@ else
hname="`hostname`"
case "$hname" in
*pacific.llnl.gov* | *gs01*)
*pacific.llnl.gov* | *s0*)
hardcode_libdir_flag_spec='${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
;;
*)