commit | ddc31e813d3bc6365e4a74a593c324d9a534bbb8 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Fri Jul 22 20:54:01 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Fri Jul 22 20:54:01 2005 +0000 |
tree | 5019fd5662d199dc45d7334ae06a4fa9b4ae83cb | |
parent | 0934ae02af2e4d295951cea7e4567b065e183451 [diff] [blame] |
Alpha has JIT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22501 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure index c6b05f0..d93b4d8 100755 --- a/configure +++ b/configure
@@ -2997,7 +2997,7 @@ ;; x86_64) JIT= ;; - Alpha) JIT= + Alpha) JIT=TARGET_HAS_JIT=1 ;; IA64) JIT= ;;