projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eac4e0
)
Add ARM to the targets to build.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 5 Aug 2008 23:52:28 +0000
(23:52 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 5 Aug 2008 23:52:28 +0000
(23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54386
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/buildit/build_llvm
patch
|
blob
|
history
diff --git
a/utils/buildit/build_llvm
b/utils/buildit/build_llvm
index e4de0b596889cc3974773939f447225db9766fbb..10ed50177b6951ec3117fa753ab563afd5577737 100755
(executable)
--- a/
utils/buildit/build_llvm
+++ b/
utils/buildit/build_llvm
@@
-83,7
+83,7
@@
cd $DIR/obj-llvm || exit 1
if [ \! -f Makefile.config ]; then
$SRC_DIR/llvm/configure --prefix=$DT_HOME/local \
- --enable-targets=x86,powerpc,cbe \
+ --enable-targets=
arm,
x86,powerpc,cbe \
--enable-assertions=$LLVM_ASSERTIONS \
--enable-optimized=$LLVM_OPTIMIZED \
|| exit 1