Enable CBE

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-01-17 02:10:08 +00:00
parent 839b759c38
commit 3de01e10ae

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