Build the `Skeleton' target when building "all" targets

llvm-svn: 21455
This commit is contained in:
Misha Brukman 2005-04-22 18:00:34 +00:00
parent 1e195bdd41
commit d5da38c9aa
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ AC_ARG_ENABLE([targets],AS_HELP_STRING([--enable-target],
[Build specific host targets: all,host-only,{target-name} (default=all)]),,
enableval=all)
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" ;;

2
llvm/configure vendored
View File

@ -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" ;;