diff options
author | Scott Michel <scottm@aero.org> | 2007-12-05 21:23:16 +0000 |
---|---|---|
committer | Scott Michel <scottm@aero.org> | 2007-12-05 21:23:16 +0000 |
commit | 83d54c9ee0b0839973109fe28a08943c8cd21a52 (patch) | |
tree | f9400cb02f8d6273d64cfd1724684dc1ba4c4bc0 /llvm/autoconf | |
parent | abba5e218c930f15753fa305479b16d141ebd751 (diff) | |
download | bcm5719-llvm-83d54c9ee0b0839973109fe28a08943c8cd21a52.tar.gz bcm5719-llvm-83d54c9ee0b0839973109fe28a08943c8cd21a52.zip |
Minor updates:
- Fix typo in SPUCallingConv.td
- Credit myself for CellSPU work
- Add CellSPU to 'all' host target list
llvm-svn: 44627
Diffstat (limited to 'llvm/autoconf')
-rw-r--r-- | llvm/autoconf/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 9a183d4fcfe..979e3a89865 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/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" ;; |