From e62fba460aab139780e8e9340c854e0be7894b34 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 9 Oct 2001 14:53:08 -0500 Subject: [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. --- bin/ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ltconfig b/bin/ltconfig index a331ab5..5abc5e3 100755 --- a/bin/ltconfig +++ b/bin/ltconfig @@ -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' ;; *) -- cgit v0.12