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 | 73b7bb7b07fdf63f699698d4027dd981fd46ce80 (patch) | |
tree | efd8bcb23e9e34316c17ad9a383534c38548ea24 /configure | |
parent | d950941e138455ebcd7a5f55805dcb977892e3e3 (diff) | |
download | external_llvm-73b7bb7b07fdf63f699698d4027dd981fd46ce80.zip external_llvm-73b7bb7b07fdf63f699698d4027dd981fd46ce80.tar.gz external_llvm-73b7bb7b07fdf63f699698d4027dd981fd46ce80.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" ;; |