projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d2796
)
let configure recognize Alphas
author
Andrew Lenharth
<andrewl@lenharth.org>
Mon, 24 Jan 2005 17:25:41 +0000
(17:25 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Mon, 24 Jan 2005 17:25:41 +0000
(17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19810
91177308
-0d34-0410-b5e6-
96231b3b80d8
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index d0bb974192419c0657413db9df88b1d4b9fce410..bc9d4d9031218fd85c1571f37bde64e309dbe618 100755
(executable)
--- 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