[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Wed Nov 24 23:28:30 PST 2004



Changes in directory llvm:

configure updated: 1.139 -> 1.140
---
Log message:

Gack. Actually use the correct variable name in setting the JIT support.


---
Diffs of the changes:  (+1 -1)

Index: llvm/configure
diff -u llvm/configure:1.139 llvm/configure:1.140
--- llvm/configure:1.139	Thu Nov 25 00:03:14 2004
+++ llvm/configure	Thu Nov 25 01:28:19 2004
@@ -2945,7 +2945,7 @@
   JIT=
 
 else
-  case "$llvm_cv_target_architecture" in
+  case "$llvm_cv_target_arch" in
     x86)     JIT=TARGET_HAS_JIT=1
  ;;
     Sparc)   JIT=TARGET_HAS_JIT=1






More information about the llvm-commits mailing list