aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-16 21:12:54 +0000
committerChris Lattner <sabre@nondot.org>2006-02-16 21:12:54 +0000
commit56b9e1cd727a04c1a32e4e4d4dce087aff89f592 (patch)
tree3b33a722f9149a3532e73ca435c03ca55cb2231c
parent368e18d56a87308045d341e85584597bfe7426e9 (diff)
downloadexternal_llvm-56b9e1cd727a04c1a32e4e4d4dce087aff89f592.zip
external_llvm-56b9e1cd727a04c1a32e4e4d4dce087aff89f592.tar.gz
external_llvm-56b9e1cd727a04c1a32e4e4d4dce087aff89f592.tar.bz2
remove skeleton target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26239 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 1460c2e..1a04edd 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; }; } ;;