aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-16 00:42:25 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-16 00:42:25 +0000
commita0aabd56ac5e10bae15781cd1358878bcd7c5ac0 (patch)
tree8f636ceef0b35ebe384eb57ae4bfb6c2d9b73d35 /utils
parentdd7b095a780801f5c9c009da56e8fe4e6544e9c2 (diff)
downloadexternal_llvm-a0aabd56ac5e10bae15781cd1358878bcd7c5ac0.zip
external_llvm-a0aabd56ac5e10bae15781cd1358878bcd7c5ac0.tar.gz
external_llvm-a0aabd56ac5e10bae15781cd1358878bcd7c5ac0.tar.bz2
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
Diffstat (limited to 'utils')
-rwxr-xr-xutils/buildit/build_llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 4ea0df6..bd245f1 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -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 \