[llvm-commits] CVS: llvm/configure

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 16 13:13:06 PST 2006



Changes in directory llvm:

configure updated: 1.211 -> 1.212
---
Log message:

remove skeleton target


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

 configure |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/configure
diff -u llvm/configure:1.211 llvm/configure:1.212
--- llvm/configure:1.211	Wed Feb 15 01:56:38 2006
+++ llvm/configure	Thu Feb 16 15:12:54 2006
@@ -3078,7 +3078,7 @@
   enableval=all
 fi;
 case "$enableval" in
-  all) TARGETS_TO_BUILD="X86 Sparc SparcV9 PowerPC Alpha IA64 Skeleton" ;;
+  all) TARGETS_TO_BUILD="X86 Sparc SparcV9 PowerPC Alpha IA64" ;;
   host-only)
     case "$llvm_cv_target_arch" in
       x86)     TARGETS_TO_BUILD="X86" ;;
@@ -3100,7 +3100,6 @@
         powerpc) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;;
         alpha)   TARGETS_TO_BUILD="Alpha $TARGETS_TO_BUILD" ;;
         ia64)    TARGETS_TO_BUILD="IA64 $TARGETS_TO_BUILD" ;;
-        skeleton)TARGETS_TO_BUILD="Skeleton $TARGETS_TO_BUILD";;
         *) { { echo "$as_me:$LINENO: error: Unrecognized target $a_target" >&5
 echo "$as_me: error: Unrecognized target $a_target" >&2;}
    { (exit 1); exit 1; }; } ;;






More information about the llvm-commits mailing list