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:
a89d47f
)
Remove ARM for the moment since it is a work in progress.
author
Devang Patel
<dpatel@apple.com>
Thu, 3 Aug 2006 16:14:09 +0000
(16:14 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 3 Aug 2006 16:14:09 +0000
(16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29495
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lto/Makefile
patch
|
blob
|
history
diff --git
a/tools/lto/Makefile
b/tools/lto/Makefile
index ef6102c3a36c1d1f189c3f8ceb8ca2b348e24c13..a731f2bab3e30421a7b59f2053e678894d194d27 100644
(file)
--- a/
tools/lto/Makefile
+++ b/
tools/lto/Makefile
@@
-53,12
+53,6
@@
ifneq ($(strip $(filter IA64,$(TARGETS_TO_BUILD))),)
USEDLIBS += LLVMIA64
endif
-#Check for ARM Target
-ifneq ($(strip $(filter ARM,$(TARGETS_TO_BUILD))),)
-USEDLIBS += LLVMARM
-endif
-
-
USEDLIBS += LLVMSelectionDAG.a LLVMCodeGen.a LLVMipo.a \
LLVMTransforms.a LLVMScalarOpts.a LLVMipa.a LLVMTransformUtils.a LLVMAnalysis.a \
LLVMTarget.a LLVMBCReader.a LLVMBCWriter.a LLVMSystem.a LLVMLinker.a LLVMCore.a \