Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upstd: Link to gcc_s on NetBSD #32407
Conversation
This comment has been minimized.
This comment has been minimized.
|
r? @brson |
rust-highfive
assigned
brson and
aturon
and unassigned
brson
Mar 21, 2016
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this pull request
Mar 22, 2016
alexcrichton
referenced this pull request
Mar 22, 2016
Merged
Prepare for ARM/FreeBSD/NetBSD nightlies #2510
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this pull request
Mar 22, 2016
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this pull request
Mar 22, 2016
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this pull request
Mar 22, 2016
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this pull request
Mar 22, 2016
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this pull request
Mar 22, 2016
bors
added a commit
to rust-lang/cargo
that referenced
this pull request
Mar 23, 2016
This comment has been minimized.
This comment has been minimized.
|
@bors: r+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Mar 25, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit f34c0e6
into
rust-lang:master
Mar 25, 2016
alexcrichton
deleted the
alexcrichton:netbsd-gcc-s-link
branch
Mar 27, 2016
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.
alexcrichton commentedMar 21, 2016
Currently the nightlies we're producing fail when linking some C code into a
Rust application with the error message:
By linking
gcc_sinstead ofgccthis error goes away. I haven't tested thison NetBSD itself, but should help get the Linux cross-compile image moreso up
and working!