Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 575684 | Differences between
and this patch

Collapse All | Expand All

(-)vco.org (-1 / +2 lines)
Lines 48-53 Link Here
48
done
48
done
49
49
50
dir=`dirname "$arg0"`
50
dir=`dirname "$arg0"`
51
export LD_LIBRARY_PATH=${dir}/lib32
51
52
52
vco=${uname}${utype}
53
vco=${uname}${utype}
53
case $vco in
54
case $vco in
Lines 203-209 Link Here
203
          2.[5-9]*)         vco="linux" ;;
204
          2.[5-9]*)         vco="linux" ;;
204
          2.[1-9][0-9]*)    vco="linux" ;;
205
          2.[1-9][0-9]*)    vco="linux" ;;
205
          3.[0-9]*)         vco="linux" ;;
206
          3.[0-9]*)         vco="linux" ;;
206
          *)                vco="linux_rh60" ;;
207
          *)                vco="linux" ;;
207
        esac
208
        esac
208
        if [ ! -x "$dir/$vco/vsim" ]; then
209
        if [ ! -x "$dir/$vco/vsim" ]; then
209
          if [ -x "$dir/linuxle/vsim" ]; then
210
          if [ -x "$dir/linuxle/vsim" ]; then

Return to bug 575684