diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-08-02 17:32:37 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-08-02 17:32:37 +0000 |
commit | b62e9aa22887c63fb1721d4b6d7af4f22bf7a3e4 (patch) | |
tree | efd8bcb23e9e34316c17ad9a383534c38548ea24 /configure | |
parent | 2cfddbb2fde9034dac450255ccac982c880ab089 (diff) | |
download | external_llvm-b62e9aa22887c63fb1721d4b6d7af4f22bf7a3e4.zip external_llvm-b62e9aa22887c63fb1721d4b6d7af4f22bf7a3e4.tar.gz external_llvm-b62e9aa22887c63fb1721d4b6d7af4f22bf7a3e4.tar.bz2 |
Build Blackfin target with autoconf and cmake.
Note that configure was edited by hand. Will somebody with the correct version of autoconf please regenerate?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4935,7 +4935,7 @@ else fi case "$enableval" in - all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ CBackend MSIL CppBackend" ;; + all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend MSIL CppBackend" ;; host-only) case "$llvm_cv_target_arch" in x86) TARGETS_TO_BUILD="X86" ;; |