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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 28 13:55:01 PST 2004


Changes in directory llvm/lib/Target:

Makefile updated: 1.12 -> 1.13

---
Log message:

SparcV8 now builds.


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

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.12 llvm/lib/Target/Makefile:1.13
--- llvm/lib/Target/Makefile:1.12	Wed Feb 25 13:08:11 2004
+++ llvm/lib/Target/Makefile	Sat Feb 28 13:54:00 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = CBackend X86 SparcV9 PowerPC
+DIRS = CBackend X86 SparcV9 SparcV8 PowerPC
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list