aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-06 14:28:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-06 14:28:47 +0200
commita57637c393a1296b48fdb356b53e994e540399f5 (patch)
treef8efd5ab35ff5e6b758ad14ae6dc235ab72b6720
parent104de2e0872d37cf4291d92aa9bee191a01f9c15 (diff)
Add more info to target triplet discussion
-rw-r--r--butl/triplet5
1 files changed, 4 insertions, 1 deletions
diff --git a/butl/triplet b/butl/triplet
index c18368c..14b14c2 100644
--- a/butl/triplet
+++ b/butl/triplet
@@ -31,7 +31,10 @@ namespace butl
// attribute w64 to OS-ABI, the MinGW-W64 folks insist it is a (presumably
// toolchain) vendor.
//
- // To make thing more regular we also convert the information-free vendor
+ // Another example where the vendor seems to be reused for something else
+ // entirely is the Intel's MIC architecture: x86_64-k1om-linux.
+ //
+ // To make things more regular we also convert the information-free vendor
// names 'pc', 'unknown' and 'none' to the empty name.
//
// OS/KERNEL-OS/OS-ABI