summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-27 22:56:32 +0000
committerDan Gohman <gohman@apple.com>2011-10-27 22:56:32 +0000
commit4c9fca99c9a6734bb33c34aeaf40b71c4002757e (patch)
tree96ea6d2bd62f60abc91daa786209f84e58a41bc0 /llvm/cmake/config-ix.cmake
parentf211416dde4307d539c2f7ba18b36597e8f9b28a (diff)
downloadbcm5719-llvm-4c9fca99c9a6734bb33c34aeaf40b71c4002757e.tar.gz
bcm5719-llvm-4c9fca99c9a6734bb33c34aeaf40b71c4002757e.zip
Remove the Alpha backend.
llvm-svn: 143164
Diffstat (limited to 'llvm/cmake/config-ix.cmake')
-rwxr-xr-xllvm/cmake/config-ix.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake
index 0381dbf4963..18549a3b22c 100755
--- a/llvm/cmake/config-ix.cmake
+++ b/llvm/cmake/config-ix.cmake
@@ -309,8 +309,6 @@ elseif (LLVM_NATIVE_ARCH MATCHES "sparc")
set(LLVM_NATIVE_ARCH Sparc)
elseif (LLVM_NATIVE_ARCH MATCHES "powerpc")
set(LLVM_NATIVE_ARCH PowerPC)
-elseif (LLVM_NATIVE_ARCH MATCHES "alpha")
- set(LLVM_NATIVE_ARCH Alpha)
elseif (LLVM_NATIVE_ARCH MATCHES "arm")
set(LLVM_NATIVE_ARCH ARM)
elseif (LLVM_NATIVE_ARCH MATCHES "mips")
OpenPOWER on IntegriCloud