summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-22 18:00:34 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-22 18:00:34 +0000
commitccc1c166cd8ba70a045c704f4323ef3a3b6cc2a2 (patch)
tree29e5c24464c21400b410523307c7760c1b5156fb /configure
parent2dedcf570a941e0957e44f823ef4799d52e2f81b (diff)
downloadllvm-ccc1c166cd8ba70a045c704f4323ef3a3b6cc2a2.tar.gz
llvm-ccc1c166cd8ba70a045c704f4323ef3a3b6cc2a2.tar.bz2
llvm-ccc1c166cd8ba70a045c704f4323ef3a3b6cc2a2.tar.xz
Build the `Skeleton' target when building "all" targets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 61f154dde4..e5fcc89ce3 100755
--- a/configure
+++ b/configure
@@ -3042,7 +3042,7 @@ else
enableval=all
fi;
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 SparcV8 SparcV9 PowerPC Alpha IA64" ;;
+ all) TARGETS_TO_BUILD="X86 SparcV8 SparcV9 PowerPC Alpha IA64 Skeleton" ;;
host-only)
case "$llvm_cv_target_arch" in
x86) TARGETS_TO_BUILD="X86" ;;