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

Fix stage 2 builds with a custom libdir. #43117

Merged
merged 1 commit into from
Jul 9, 2017

Commits on Jul 8, 2017

  1. Fix stage 2 builds with a custom libdir.

    When copying libstd for the stage 2 compiler, the builder ignores the
    configured libdir/libdir_relative configuration parameters.  This causes
    the compiler to fail to find libstd, which cause any tools built with the
    stage 2 compiler to fail.
    
    To fix this, make the copy steps of rustbuild aware of the libdir_relative
    parameter when the stage >= 2.  Also update the dist target to be aware of
    the new location of libstd.
    MJDSys committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    ce3abc5 View commit details
    Browse the repository at this point in the history