Skip to content

Commit

Permalink
Merge pull request #1473 from cardoe/rfc131-fix
Browse files Browse the repository at this point in the history
target spec: remove /etc/rustc as default path
  • Loading branch information
alexcrichton committed Jan 22, 2016
2 parents a2968d4 + 063d0ad commit 4967db5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions text/0131-target-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ deciding how to build for a given target. The process would look like:
1. Look up the target triple in an internal map, and load that configuration
if it exists. If that fails, check if the target name exists as a file, and
try loading that. If the file does not exist, look up `<target>.json` in
the `RUST_TARGET_PATH`, which is a colon-separated list of directories
defaulting to `/etc/rustc`.
the `RUST_TARGET_PATH`, which is a colon-separated list of directories.
2. If `-C linker` is specified, use that instead of the target-specified
linker.
3. If `-C link-args` is given, add those to the ones specified by the target.
Expand Down

0 comments on commit 4967db5

Please sign in to comment.