[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Mon Dec 27 22:34:22 PST 2004



Changes in directory llvm:

configure updated: 1.163 -> 1.164
---
Log message:

Make the 64-bit x86 target named "x86_64" instead of "AMD64".


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

Index: llvm/configure
diff -u llvm/configure:1.163 llvm/configure:1.164
--- llvm/configure:1.163	Mon Dec 27 03:33:46 2004
+++ llvm/configure	Tue Dec 28 00:34:10 2004
@@ -1779,7 +1779,7 @@
 else
   case $target in
   i?86-*)                 llvm_cv_target_arch="x86" ;;
-  amd64-* | x86_64-*)     llvm_cv_target_arch="AMD64" ;;
+  amd64-* | x86_64-*)     llvm_cv_target_arch="X86_64" ;;
   sparc*-*)               llvm_cv_target_arch="Sparc" ;;
   powerpc*-*)             llvm_cv_target_arch="PowerPC" ;;
   *)                      llvm_cv_target_arch="Unknown" ;;
@@ -2991,7 +2991,7 @@
  ;;
     PowerPC) JIT=TARGET_HAS_JIT=1
  ;;
-    AMD64)   JIT=
+    x86_64)  JIT=
  ;;
     *)       JIT=
  ;;






More information about the llvm-commits mailing list