summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-07-22 20:54:01 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-07-22 20:54:01 +0000
commitddc31e813d3bc6365e4a74a593c324d9a534bbb8 (patch)
tree5019fd5662d199dc45d7334ae06a4fa9b4ae83cb /configure
parent0934ae02af2e4d295951cea7e4567b065e183451 (diff)
downloadllvm-ddc31e813d3bc6365e4a74a593c324d9a534bbb8.tar.gz
llvm-ddc31e813d3bc6365e4a74a593c324d9a534bbb8.tar.bz2
llvm-ddc31e813d3bc6365e4a74a593c324d9a534bbb8.tar.xz
Alpha has JIT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c6b05f057f..d93b4d81bd 100755
--- a/configure
+++ b/configure
@@ -2997,7 +2997,7 @@ else
;;
x86_64) JIT=
;;
- Alpha) JIT=
+ Alpha) JIT=TARGET_HAS_JIT=1
;;
IA64) JIT=
;;