From e9482d3b7c0068634a26dccbd53b82a1cc21f3e7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 25 Oct 2011 00:36:31 +0000 Subject: Really remove Blackfin from the configure script. llvm-svn: 142889 --- llvm/configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/configure') diff --git a/llvm/configure b/llvm/configure index c76e6c007a6..2bce1ec0ac6 100755 --- a/llvm/configure +++ b/llvm/configure @@ -5082,8 +5082,6 @@ else XCore) TARGET_HAS_JIT=0 ;; MSP430) TARGET_HAS_JIT=0 - ;; - Blackfin) TARGET_HAS_JIT=0 ;; MBlaze) 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;} -- cgit v1.2.3