aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-08-02 17:32:37 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-08-02 17:32:37 +0000
commit73b7bb7b07fdf63f699698d4027dd981fd46ce80 (patch)
treeefd8bcb23e9e34316c17ad9a383534c38548ea24 /configure
parentd950941e138455ebcd7a5f55805dcb977892e3e3 (diff)
downloadexternal_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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 304eaf1..e7ce56d 100755
--- a/configure
+++ b/configure
@@ -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" ;;