Change so that buildit won't need a parent directory with only the build scripts in them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-12-16 00:42:25 +00:00
parent 657084a8ea
commit fc953d149f

View File

@ -82,7 +82,7 @@ mkdir -p $DIR/obj-llvm || exit 1
cd $DIR/obj-llvm || exit 1
if [ \! -f Makefile.config ]; then
$SRC_DIR/llvm/configure --prefix=$DT_HOME/local \
$SRC_DIR/configure --prefix=$DT_HOME/local \
--enable-targets=arm,x86,powerpc,cbe \
--enable-assertions=$LLVM_ASSERTIONS \
--enable-optimized=$LLVM_OPTIMIZED \