aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-01-24 17:25:41 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-01-24 17:25:41 +0000
commit501cb27a1c0c46f15590514bf2f82fca4f3fcd53 (patch)
treee23a07a4cf2bfee189299aaf7a006ecc8588b941
parent47d2796fee8394e53dc3350cbf3d1628fd79e699 (diff)
let configure recognize Alphas
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19810 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d0bb974192..bc9d4d9031 100755
--- a/configure
+++ b/configure
@@ -1790,6 +1790,7 @@ else
amd64-* | x86_64-*) llvm_cv_target_arch="x86_64" ;;
sparc*-*) llvm_cv_target_arch="Sparc" ;;
powerpc*-*) llvm_cv_target_arch="PowerPC" ;;
+ alpha*-*) llvm_cv_target_arch="Alpha" ;;
*) llvm_cv_target_arch="Unknown" ;;
esac
fi