From 56b9e1cd727a04c1a32e4e4d4dce087aff89f592 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 16 Feb 2006 21:12:54 +0000 Subject: [PATCH] remove skeleton target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26239 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 1460c2ed2c2..1a04edd8221 100755 --- a/configure +++ b/configure @@ -3078,7 +3078,7 @@ else 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 @@ echo "$as_me: error: Can not set target to build" >&2;} 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; }; } ;;