[llvm-commits] CVS: llvm/autoconf/configure.ac 
    Rafael Espindola 
    rafael.espindola at gmail.com
       
    Sun May 14 15:18:42 PDT 2006
    
    
  
Changes in directory llvm/autoconf:
configure.ac updated: 1.224 -> 1.225
---
Log message:
added a skeleton of the ARM backend
---
Diffs of the changes:  (+1 -1)
 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.224 llvm/autoconf/configure.ac:1.225
--- llvm/autoconf/configure.ac:1.224	Mon May  8 19:31:01 2006
+++ llvm/autoconf/configure.ac	Sun May 14 17:18:28 2006
@@ -285,7 +285,7 @@
     [Build specific host targets: all,host-only,{target-name} (default=all)]),,
     enableval=all)
 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