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
commitb62e9aa22887c63fb1721d4b6d7af4f22bf7a3e4 (patch)
treeefd8bcb23e9e34316c17ad9a383534c38548ea24 /configure
parent2cfddbb2fde9034dac450255ccac982c880ab089 (diff)
downloadexternal_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-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" ;;