[llvm-commits] CVS: llvm/lib/Target/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:15:00 PDT 2005
Changes in directory llvm/lib/Target:
Makefile updated: 1.24 -> 1.25
---
Log message:
only build .a version of this library
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.24 llvm/lib/Target/Makefile:1.25
--- llvm/lib/Target/Makefile:1.24 Fri Apr 22 12:20:11 2005
+++ llvm/lib/Target/Makefile Sun Oct 23 21:14:49 2005
@@ -9,6 +9,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMTarget
BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
# We include this early so we can access the value of TARGETS_TO_BUILD as the
# value for PARALLEL_DIRS which must be set before Makefile.rules is included
More information about the llvm-commits
mailing list