Lines Matching +full:linux +full:- +full:32
2 # Use of this source code is governed by a BSD-style license that can be
9 'fuchsia-amd64': 'x86_64-fuchsia',
10 'fuchsia-arm64': 'aarch64-fuchsia',
11 'linux-amd64': 'x86_64-linux-gnu',
12 'linux-arm64': 'aarch64-linux-gnu',
13 'linux-riscv64': 'riscv64-linux-gnu',
14 'mac-amd64': 'x86_64-apple-darwin',
15 'mac-arm64': 'arm64-apple-darwin',
39 """Returns True iff the target platform is Linux."""
40 return self.os == 'linux'
52 * linux
63 """Returns the target platform in the <os>-<arch> format."""
64 return '%s-%s' % (self.os, self.arch)
86 return Target(self, *platform.split('-', 2))
92 32: '386',
96 32: 'armv6',