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:
1f30019
)
Fix some problems linking stuff in libTarget.
author
Owen Anderson
<resistor@mac.com>
Thu, 11 May 2006 03:10:15 +0000
(
03:10
+0000)
committer
Owen Anderson
<resistor@mac.com>
Thu, 11 May 2006 03:10:15 +0000
(
03:10
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28218
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 1e75acf187b9a72e781e2b502d0c42fa7e339f09..aa9e592d0d79db9872266f3fd5177a73a31d504a 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-629,7
+629,7
@@
ifdef ENABLE_ALPHA_JIT
endif
LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils.a LLVMAnalysis.a \
- LLVMBCReader LLVM
Core LLVMSupport.a LLVMTarge
t.a LLVMbzip2 \
+ LLVMBCReader LLVM
Target.a LLVMCore LLVMSuppor
t.a LLVMbzip2 \
LLVMSystem.a $(PLATFORMLIBDL)
endif