Skip to content

Fix freebsd configure #25939

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

Merged
merged 2 commits into from
Jun 3, 2015
Merged

Fix freebsd configure #25939

merged 2 commits into from
Jun 3, 2015

Conversation

wca
Copy link
Contributor

@wca wca commented Jun 1, 2015

Bug fixes for configure on FreeBSD:

  • Don't ban using gcc; newer versions can be installed and other checks should enforce its suitability.
  • Don't force Rust to link itself with /usr/local/lib{,gcc4[46]}, which causes builds to fail if Rust is already installed. I've not been able to find an use case where this is actually necessary.

wca added 2 commits May 23, 2015 14:09
Newer gcc can be installed, so it should be used if possible.  Checks
elsewhere in configure should enforce this.
The first one in particular results in Rust not being able to build itself
if it is installed.  The latter two shouldn't be necessary, and should only
be included if they are actually going to be used.
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@alexcrichton
Copy link
Member

@bors: r+ b5ad86f

Thanks!

Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 3, 2015
…ichton

Bug fixes for configure on FreeBSD:
- Don't ban using gcc; newer versions can be installed and other checks should enforce its suitability.
- Don't force Rust to link itself with /usr/local/lib{,gcc4[46]}, which causes builds to fail if Rust is already installed.  I've not been able to find an use case where this is actually necessary.
bors added a commit that referenced this pull request Jun 3, 2015
@bors bors merged commit b5ad86f into rust-lang:master Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants