[llvm-commits] CVS: llvm/configure
Rafael Espindola
rafael.espindola at gmail.com
Sun May 14 15:18:42 PDT 2006
Changes in directory llvm:
configure updated: 1.227 -> 1.228
---
Log message:
added a skeleton of the ARM backend
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.227 llvm/configure:1.228
--- llvm/configure:1.227 Mon May 8 19:31:00 2006
+++ llvm/configure Sun May 14 17:18:28 2006
@@ -3107,7 +3107,7 @@
enableval=all
fi;
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM" ;;
host-only)
case "$llvm_cv_target_arch" in
x86) TARGETS_TO_BUILD="X86" ;;
More information about the llvm-commits
mailing list