about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMarcel Hellwig <git@cookiesoft.de>2019-05-13 09:13:07 +0200
committerMarcel Hellwig <git@cookiesoft.de>2019-05-13 11:09:06 +0200
commitcc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0 (patch)
treea8b5e6df9bcbf3c265928fdffd84aa63a31ac8c1 /src/bootstrap
parentfe5f42cdb88d8ce31f746130099321e7c95e1ef0 (diff)
downloadrust-cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0.tar.gz
rust-cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0.zip
Remove bitrig support from rust
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/bootstrap.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
index 86c82adffa9..1c2b882f665 100644
--- a/src/bootstrap/bootstrap.py
+++ b/src/bootstrap/bootstrap.py
@@ -177,7 +177,6 @@ def default_build_triple():
     # The goal here is to come up with the same triple as LLVM would,
     # at least for the subset of platforms we're willing to target.
     ostype_mapper = {
-        'Bitrig': 'unknown-bitrig',
         'Darwin': 'apple-darwin',
         'DragonFly': 'unknown-dragonfly',
         'FreeBSD': 'unknown-freebsd',