[llvm-commits] CVS: llvm/configure
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Jan 24 09:25:57 PST 2005
Changes in directory llvm:
configure updated: 1.172 -> 1.173
---
Log message:
let configure recognize Alphas
---
Diffs of the changes: (+1 -0)
configure | 1 +
1 files changed, 1 insertion(+)
Index: llvm/configure
diff -u llvm/configure:1.172 llvm/configure:1.173
--- llvm/configure:1.172 Sun Jan 16 03:44:58 2005
+++ llvm/configure Mon Jan 24 11:25:41 2005
@@ -1790,6 +1790,7 @@
amd64-* | x86_64-*) llvm_cv_target_arch="x86_64" ;;
sparc*-*) llvm_cv_target_arch="Sparc" ;;
powerpc*-*) llvm_cv_target_arch="PowerPC" ;;
+ alpha*-*) llvm_cv_target_arch="Alpha" ;;
*) llvm_cv_target_arch="Unknown" ;;
esac
fi
More information about the llvm-commits
mailing list