Enable CBE

llvm-svn: 46112
This commit is contained in:
Devang Patel 2008-01-17 02:10:08 +00:00
parent 54c20b559e
commit 16808a32f4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ cd $DIR/obj-llvm || exit 1
if [ \! -f Makefile.config ]; then
$SRC_DIR/llvm/configure --prefix=$DEST_DIR$DEST_ROOT \
--enable-targets=x86,powerpc --enable-assertions=$LLVM_ASSERTIONS \
--enable-targets=x86,powerpc,cbe --enable-assertions=$LLVM_ASSERTIONS \
|| exit 1
fi