[llvm-commits] CVS: llvm/configure
Misha Brukman
brukman at cs.uiuc.edu
Fri Apr 22 11:00:45 PDT 2005
Changes in directory llvm:
configure updated: 1.180 -> 1.181
---
Log message:
Build the `Skeleton' target when building "all" targets
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.180 llvm/configure:1.181
--- llvm/configure:1.180 Fri Apr 22 12:06:18 2005
+++ llvm/configure Fri Apr 22 13:00:34 2005
@@ -3042,7 +3042,7 @@
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" ;;
More information about the llvm-commits
mailing list