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

Collapse All | Expand All

(-)crosstool-ng-1.5.3.orig/configure (+3 lines)
Lines 257-262 Link Here
257
        --with-*)   set_tool   "$1" "$2" && shift || shift 2;;
257
        --with-*)   set_tool   "$1" "$2" && shift || shift 2;;
258
        --force)    FORCE=1; shift;;
258
        --force)    FORCE=1; shift;;
259
        --help|-h)  do_help; exit 0;;
259
        --help|-h)  do_help; exit 0;;
260
        # Skip, auto-stuff compatibility
261
        --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;;
262
        --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir)             shift 2;;
260
        *)          printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
263
        *)          printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
261
    esac
264
    esac
262
done
265
done

Return to bug 258396