Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete more swaths of the configure script #39770

Merged
merged 7 commits into from
Mar 12, 2017

Commits on Mar 11, 2017

  1. configure: Remove git probing logic

    This is all in rustbuild already.
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    3308bd5 View commit details
    Browse the repository at this point in the history
  2. configure: Remove md5 probing logic

    This is all not used any more
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    b326bd3 View commit details
    Browse the repository at this point in the history
  3. configure: Remove miscellaneous program probes

    All of these should be handled by rustbuild in sanity.rs right now.
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    e019f13 View commit details
    Browse the repository at this point in the history
  4. configure: Remove some lldb-specific logic

    All of this should already be vendored in rustbuild if necessary or otherwise
    it's just not used.
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    e82bcab View commit details
    Browse the repository at this point in the history
  5. configure: Remove SUPPORTED_TARGET support

    This is not used any more
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    748e2de View commit details
    Browse the repository at this point in the history
  6. configure: Remove misc unused vars

    None of this is used by rustbuild any more
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    51a4238 View commit details
    Browse the repository at this point in the history
  7. configure: Remove --build detection

    This commit removes detection of CFG_OSTYPE and CFG_CPUTYPE from the configure
    script, which means that the default value of `--build` is no longer present in
    the configure script. All this logic is now available in rustbuild itself, so
    there's no need to duplicate it.
    alexcrichton committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    f8ca805 View commit details
    Browse the repository at this point in the history