@@ -78,14 +78,14 @@ go ahead, creating code for the host platform, which will break later
78
78
on when assembling or linking.
79
79
80
80
The triple has the general format ``<arch><sub>-<vendor>-<sys>-<abi> ``, where:
81
- * ``arch `` = ``x86 ``, ``arm ``, ``thumb ``, ``mips ``, etc.
81
+ * ``arch `` = ``x86_64 ``, `` i386 ``, ``arm ``, ``thumb ``, ``mips ``, etc.
82
82
* ``sub `` = for ex. on ARM: ``v5 ``, ``v6m ``, ``v7a ``, ``v7m ``, etc.
83
83
* ``vendor `` = ``pc ``, ``apple ``, ``nvidia ``, ``ibm ``, etc.
84
84
* ``sys `` = ``none ``, ``linux ``, ``win32 ``, ``darwin ``, ``cuda ``, etc.
85
85
* ``abi `` = ``eabi ``, ``gnu ``, ``android ``, ``macho ``, ``elf ``, etc.
86
86
87
87
The sub-architecture options are available for their own architectures,
88
- of course, so "x86v7a" doesn't make sense. The vendor needs to be
88
+ of course, so "x86v7a" doesn't make sense. The vendor needs to be
89
89
specified only if there's a relevant change, for instance between PC
90
90
and Apple. Most of the time it can be omitted (and Unknown)
91
91
will be assumed, which sets the defaults for the specified architecture.
0 commit comments