diff options
author | John Hodge <tpg@ucc.asn.au> | 2018-06-03 14:57:05 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2018-06-03 14:57:05 +0800 |
commit | bf8f8b4b4a9fe273451be59f68acafbe61968b83 (patch) | |
tree | 82993550cb3c88de0edbd55d79e4ea8e8cefffac /docs/target.md | |
parent | 39b3cf53798683e496804f8322da2254b10850f4 (diff) | |
parent | a7fb27789a2b34543851d207120e2c0001ee9c27 (diff) | |
download | mrust-bf8f8b4b4a9fe273451be59f68acafbe61968b83.tar.gz |
Merge branch 'master' of https://github.com/thepowersgang/mrustc
Diffstat (limited to 'docs/target.md')
-rw-r--r-- | docs/target.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/target.md b/docs/target.md index 6b5b088d..4b6b5920 100644 --- a/docs/target.md +++ b/docs/target.md @@ -6,7 +6,7 @@ Mrustc supports a few targets out of the box (of varying levels of usablity), th `src/trans/target.cpp`. If the built-in targets aren't suitable, a custom target can be specified with the help of a custom target toml file. -To specify a target when running `mrustc` (or `minicaro`), pass `--target <triple>` or `--target +To specify a target when running `mrustc` (or `minicargo`), pass `--target <triple>` or `--target ./path/to/target.toml` (the presence of a slash, backwards or forwards, is what determines if the target is treated as a custom target file. @@ -27,7 +27,7 @@ variant = "gnu" target = "arm-linux-gnu" ``` -Recreation of the `i586-windows-gnu` target (with architecture) +Recreation of the `i586-windows-gnu` target (with architecture definition) ```toml [target] family = "windows" |