aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2007-12-05 21:23:16 +0000
committerScott Michel <scottm@aero.org>2007-12-05 21:23:16 +0000
commit42aa501491fc94923f5c12725aaede67687801e8 (patch)
tree59bdbe20063cc1074672915f845cf8ab8c2f1520 /autoconf
parent5d84afdc836fa28d840449108206e850617a2a15 (diff)
downloadexternal_llvm-42aa501491fc94923f5c12725aaede67687801e8.zip
external_llvm-42aa501491fc94923f5c12725aaede67687801e8.tar.gz
external_llvm-42aa501491fc94923f5c12725aaede67687801e8.tar.bz2
Minor updates:
- Fix typo in SPUCallingConv.td - Credit myself for CellSPU work - Add CellSPU to 'all' host target list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 9a183d4..979e3a8 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -363,8 +363,7 @@ AC_ARG_ENABLE([targets],AS_HELP_STRING([--enable-targets],
[Build specific host targets: all,host-only,{target-name} (default=all)]),,
enableval=all)
case "$enableval" in
- # Note: Add "CellSPU" to all when fully functional.
- all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM Mips" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM Mips CellSPU" ;;
host-only)
case "$llvm_cv_target_arch" in
x86) TARGETS_TO_BUILD="X86" ;;