[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:09:14 PDT 2005



Changes in directory llvm/lib/Target/SparcV9/RegAlloc:

Makefile updated: 1.7 -> 1.8
---
Log message:

There is no need to build an archive version of this library


---
Diffs of the changes:  (+0 -1)

 Makefile |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/SparcV9/RegAlloc/Makefile
diff -u llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.7 llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.8
--- llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.7	Wed Oct 27 18:18:45 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/Makefile	Sun Oct 23 21:09:03 2005
@@ -10,6 +10,5 @@
 LEVEL = ../../../..
 DIRS  = 
 LIBRARYNAME = LLVMSparcV9RegAlloc
-BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list