summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-25 00:36:31 +0000
committerDan Gohman <gohman@apple.com>2011-10-25 00:36:31 +0000
commitfef5ff07c9f0b67148e5e3ac3e2aa2d309780682 (patch)
tree46aa56cd3354980d906a57686e11baea6fe6463b /configure
parent399cdca4d201f7232126c3a0643669971ede780a (diff)
downloadllvm-fef5ff07c9f0b67148e5e3ac3e2aa2d309780682.tar.gz
llvm-fef5ff07c9f0b67148e5e3ac3e2aa2d309780682.tar.bz2
llvm-fef5ff07c9f0b67148e5e3ac3e2aa2d309780682.tar.xz
Really remove Blackfin from the configure script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index c76e6c007a..2bce1ec0ac 100755
--- a/configure
+++ b/configure
@@ -5083,8 +5083,6 @@ else
;;
MSP430) TARGET_HAS_JIT=0
;;
- Blackfin) TARGET_HAS_JIT=0
- ;;
MBlaze) TARGET_HAS_JIT=0
;;
PTX) TARGET_HAS_JIT=0
@@ -5273,7 +5271,7 @@ if test "$enableval" = host-only ; then
enableval=host
fi
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 Blackfin CBackend CppBackend MBlaze PTX" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 CBackend CppBackend MBlaze PTX" ;;
*)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
case "$a_target" in
x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
@@ -5302,7 +5300,6 @@ case "$enableval" in
CellSPU|SPU) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;;
XCore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;;
MSP430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;;
- Blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;;
PTX) TARGETS_TO_BUILD="PTX $TARGETS_TO_BUILD" ;;
*) { { echo "$as_me:$LINENO: error: Can not set target to build" >&5
echo "$as_me: error: Can not set target to build" >&2;}