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 / +1 lines)
Lines 204-210 Link Here
204
          2.[5-9]*)         vco="linux" ;;
204
          2.[5-9]*)         vco="linux" ;;
205
          2.[1-9][0-9]*)    vco="linux" ;;
205
          2.[1-9][0-9]*)    vco="linux" ;;
206
          3.[0-9]*)         vco="linux" ;;
206
          3.[0-9]*)         vco="linux" ;;
207
          *)                vco="linux_rh60" ;;
207
          *)                vco="linux" ;;
208
        esac
208
        esac
209
        if [ ! -x "$dir/$vco/vsim" ]; then
209
        if [ ! -x "$dir/$vco/vsim" ]; then
210
          if [ -x "$dir/linuxle/vsim" ]; then
210
          if [ -x "$dir/linuxle/vsim" ]; then

Return to bug 575684