diff options
Diffstat (limited to 'hints/nonstopux.sh')
-rw-r--r-- | hints/nonstopux.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/nonstopux.sh b/hints/nonstopux.sh index aec05ee680..025030fc9a 100644 --- a/hints/nonstopux.sh +++ b/hints/nonstopux.sh @@ -15,3 +15,6 @@ case "$cc" in ;; esac +libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'` +glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'` + |