summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/config.guess
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-06 20:52:18 +0000
committerEric Christopher <echristo@apple.com>2012-08-06 20:52:18 +0000
commit22738d00a30670d5227b47fe2b34d044cebd481c (patch)
treea9e31e9aa0be3f16ab53b67cbf51103467478870 /llvm/autoconf/config.guess
parentb9ddbd3daa318f38266ea8c4b0786073911615ed (diff)
downloadbcm5719-llvm-22738d00a30670d5227b47fe2b34d044cebd481c.tar.gz
bcm5719-llvm-22738d00a30670d5227b47fe2b34d044cebd481c.zip
Add support for the OpenBSD for Bitrig.
Patch by David Hill. llvm-svn: 161344
Diffstat (limited to 'llvm/autoconf/config.guess')
-rwxr-xr-xllvm/autoconf/config.guess4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/autoconf/config.guess b/llvm/autoconf/config.guess
index f7dd69ecc9c..dd6dcb3d92a 100755
--- a/llvm/autoconf/config.guess
+++ b/llvm/autoconf/config.guess
@@ -206,6 +206,10 @@ 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 ;;
OpenPOWER on IntegriCloud