aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-07-21 22:48:47 +0000
committerErich Keane <erich.keane@intel.com>2017-07-21 22:48:47 +0000
commitcc55cc245165b76a065f79b097391a1734dbe169 (patch)
tree0291ea236962aea5f12c0ed88755a4d2c213e57b /cmake
parent8fc7dc6aaf3506cae3cfdca532761463c6665334 (diff)
downloadllvm-cc55cc245165b76a065f79b097391a1734dbe169.tar.gz
Remove Bitrig: LLVM Changes
Bitrig code has been merged back to OpenBSD, thus the OS has been abandoned. Differential Revision: https://reviews.llvm.org/D35707 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.guess4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/config.guess b/cmake/config.guess
index 8bf4226db32..ccb30f4e75e 100644
--- a/cmake/config.guess
+++ b/cmake/config.guess
@@ -206,10 +206,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
exit ;;
- *:Bitrig:*:*)
- UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
- echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
- exit ;;
*:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit ;;