Use -unknown- instead of -elf- #59
Merged
Conversation
fengalin
added a commit
to fengalin/redox
that referenced
this pull request
Aug 12, 2017
- Use https for redox apt repository - Import the repository's key - Update [toolchain packages' names](redox-os/cookbook#59) - Update README file to reflect the [discussion about the dependency on the submodules](redox-os#1005 (comment)) - Update README file to suggest `make fetch all` in place of `make update all` since `Cargo.lock` files come with the sources now. See this [comment](https://github.com/redox-os/redox/issues/1021#issuecomment-320946322)
fengalin
added a commit
to fengalin/redox
that referenced
this pull request
Aug 12, 2017
- Use https for redox apt repository - Import the repository's key - Update [toolchain packages' names](redox-os/cookbook#59) - Install `wget` which is needed by [coobook/recipes/xz](https://github.com/redox-os/cookbook/blob/master/recipes/xz/recipe.sh) - Update README file to reflect the [discussion about when the submodules are needed](redox-os#1005 (comment)) - Update README file to suggest using `make fetch all` in place of `make update all` since `Cargo.lock` files come with the sources now. See this [comment](https://github.com/redox-os/redox/issues/1021#issuecomment-320946322) Note: current source tree generation requires runing the docker container with `bash -c RUSTFLAGS=\"-A unused_mut\" make fetch all` in place of `make fetch all`
fengalin
added a commit
to fengalin/redox
that referenced
this pull request
Aug 12, 2017
- Use https for redox apt repository - Import the repository's key - Update [toolchain packages' names](redox-os/cookbook#59) - Install `wget` which is needed by [coobook/recipes/xz](https://github.com/redox-os/cookbook/blob/master/recipes/xz/recipe.sh) - Update README file to reflect the [discussion about when the submodules are needed](redox-os#1005 (comment)) - Update README file to suggest using `make fetch all` in place of `make update all` since `Cargo.lock` files come with the sources now. See this [comment](https://github.com/redox-os/redox/issues/1021#issuecomment-320946322) Note: current source tree generation requires runing the docker container with `bash -c RUSTFLAGS=\"-A unused_mut\" make fetch all` in place of `make fetch all`
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.
Depends on redox-os/libc#37.