Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Update x86_64-unknown-intermezzos-gnu.json to work with recent changes #112

Merged
merged 2 commits into from
May 22, 2017

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented May 21, 2017

Rust PR rust-lang/rust#40018 added the "linker-flavor" field to target.json files. This field is required; Cargo will refuse to build without it (with a rather cryptic error message).

The addition of the "linker-flavor" field also changed how pre-link args are specified in target.json files. Cargo silently ignores the old syntax, resulting in linker args not being passed.

This PR updates IntermezzOS' x86_64-unknown-intermezzos-gnu.json target file to be compatible with these changes. it should fix the build with recent Cargo versions.

Fixes #111

@steveklabnik steveklabnik merged commit 93e8684 into intermezzOS:master May 22, 2017
@steveklabnik
Copy link
Member

Thanks so much!

@steveej steveej mentioned this pull request May 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linker-flavor required
2 participants