mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-06 10:58:44 +00:00
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:
parent
3ac8ed076a
commit
efb04fd5a6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user