[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Mon Dec 27 23:56:25 PST 2004
Changes in directory llvm:
configure updated: 1.164 -> 1.165
---
Log message:
Make the x86_64 target names match between def and use. Thanks Misha.
---
Diffs of the changes: (+1 -1)
Index: llvm/configure
diff -u llvm/configure:1.164 llvm/configure:1.165
--- llvm/configure:1.164 Tue Dec 28 00:34:10 2004
+++ llvm/configure Tue Dec 28 01:56:14 2004
@@ -1779,7 +1779,7 @@
else
case $target in
i?86-*) llvm_cv_target_arch="x86" ;;
- amd64-* | x86_64-*) llvm_cv_target_arch="X86_64" ;;
+ 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" ;;
More information about the llvm-commits
mailing list