From 9ab1d2e843fe3ce1ed9f135335e9ba92f72912b6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 14 Sep 2009 16:38:49 +0000 Subject: Enable the jit for llvm-config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Xerxes RÄnby! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81768 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 2c15d16..bed64f8 100755 --- a/configure +++ b/configure @@ -4902,7 +4902,7 @@ else ;; Alpha) TARGET_HAS_JIT=1 ;; - ARM) TARGET_HAS_JIT=0 + ARM) TARGET_HAS_JIT=1 ;; Mips) TARGET_HAS_JIT=0 ;; -- cgit v1.1