From e7c20ed3177273fde4874c4e41dae027b93bf102 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 10 Jul 2001 19:14:53 -0500 Subject: [svn-r4182] Purpose: Bug Fix Description: The SP3 machine doesn't like the "-b nolibpath ..." flags, the same as the pacific blue machine. I'm hoping that this will fix it. Solution: Adding the offending machine's name to the "Major Hack(tm)" we did for the Pacific Blue machine. --- bin/ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ltconfig b/bin/ltconfig index 3ddeed1..5a2788c 100755 --- a/bin/ltconfig +++ b/bin/ltconfig @@ -1284,7 +1284,7 @@ else hname="`hostname`" case "$hname" in - *pacific.llnl.gov*) + *pacific.llnl.gov* | gs01015) hardcode_libdir_flag_spec=' ' ;; *) -- cgit v0.12