Merged
Conversation
Autoconf hasn’t had an update since 2014, and it doesn’t look like it will soon[1]
This updates config.{guess,sub}
It basically does exactly what the config.guess script says:
> It is advised that you download the most up to date version of the config scripts from
It adds support for e.g. `-ios`, which allows to have targets like `aarch64-apple-ios`.
—
[1]: http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html
Contributor
Author
|
@kazu-yamamoto, @ggreif, @roberth, @spl, can we merge this, please? |
Contributor
|
IIRC, similar patches already landed in GHC. ghc/ghc@410906b |
Contributor
Author
|
Yes, I've pushed for those changes in ghc and unix as well.
…Sent from my iPhone
On 14 May 2017, at 4:00 PM, Gabor Greif ***@***.***> wrote:
IIRC, similar patches already landed in GHC.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Collaborator
|
Thanks for taking the time to do this. I'll take a look tomorrow morning. |
Collaborator
|
LGTM |
Collaborator
|
Thanks again @angerman for your contribution! |
Closed
eborden
added a commit
that referenced
this pull request
May 17, 2017
* Zero memory of `sockaddr_un` if abstract socket [#220](#220) * Improving error messages [#232](#232) * Allow non-blocking file descriptors via `setNonBlockIfNeeded` [#242](#242) * Update config.{guess,sub} to latest version [#244](#244) * Rename `my_inet_ntoa` to avoid symbol conflicts [#228](#228) * Test infrastructure improvements [#219](#219) [#217](#217) [#218](#218) * House keeping and cleanup [#238](#238) [#237](#237)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Autoconf hasn’t had an update since 2014, and it doesn’t look like it will soon[1]
This updates config.{guess,sub}
It basically does exactly what the config.guess script says:
It adds support for e.g.
-ios, which allows to have targets likeaarch64-apple-ios.—
[1]: http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html