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

llvm-svn: 61061
This commit is contained in:
Bill Wendling 2008-12-16 00:42:25 +00:00
parent 3ac8ed076a
commit efb04fd5a6

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 \