Skip to content

Commit 3de01e1

Browse files
author
Devang Patel
committed
Enable CBE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46112 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 839b759 commit 3de01e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/buildit/build_llvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cd $DIR/obj-llvm || exit 1
8585

8686
if [ \! -f Makefile.config ]; then
8787
$SRC_DIR/llvm/configure --prefix=$DEST_DIR$DEST_ROOT \
88-
--enable-targets=x86,powerpc --enable-assertions=$LLVM_ASSERTIONS \
88+
--enable-targets=x86,powerpc,cbe --enable-assertions=$LLVM_ASSERTIONS \
8989
|| exit 1
9090
fi
9191

0 commit comments

Comments
 (0)