Target Triplet: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Added RV64 target triple.
m Bot: Replace deprecated source tag with syntaxhighlight
 
Line 1: Line 1:
Target Triplets describe a platform on which code runs and are a core concept in the GNU build system. They contain three fields: the name of the CPU family/model, the vendor, and the operating system name. You can view the unambiguous target triplet for your current system by running:
Target Triplets describe a platform on which code runs and are a core concept in the GNU build system. They contain three fields: the name of the CPU family/model, the vendor, and the operating system name. You can view the unambiguous target triplet for your current system by running:


<source lang="bash">
<syntaxhighlight lang="bash">
gcc -dumpmachine
gcc -dumpmachine
</syntaxhighlight>
</source>


== Structure ==
== Structure ==