summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit526e803f6a9fa0ccc867d5a289175aa1fc9c378e (patch)
tree91a249e1fb10c692cca164a8512db0b7580234d5 /llvm/configure
parent552d8d6618b080f08e0cdf3b5ad430b9f66bbdf5 (diff)
downloadbcm5719-llvm-526e803f6a9fa0ccc867d5a289175aa1fc9c378e.tar.gz
bcm5719-llvm-526e803f6a9fa0ccc867d5a289175aa1fc9c378e.zip
Build Blackfin target with autoconf and cmake.
Note that configure was edited by hand. Will somebody with the correct version of autoconf please regenerate? llvm-svn: 77898
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index 304eaf1cacd..e7ce56dcae8 100755
--- a/llvm/configure
+++ b/llvm/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" ;;
OpenPOWER on IntegriCloud