We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839b759 commit 3de01e1Copy full SHA for 3de01e1
utils/buildit/build_llvm
@@ -85,7 +85,7 @@ cd $DIR/obj-llvm || exit 1
85
86
if [ \! -f Makefile.config ]; then
87
$SRC_DIR/llvm/configure --prefix=$DEST_DIR$DEST_ROOT \
88
- --enable-targets=x86,powerpc --enable-assertions=$LLVM_ASSERTIONS \
+ --enable-targets=x86,powerpc,cbe --enable-assertions=$LLVM_ASSERTIONS \
89
|| exit 1
90
fi
91
0 commit comments