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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 28 17:57:01 PST 2002


Changes in directory llvm/lib/Target:

Makefile updated: 1.4 -> 1.5

---
Log message:

Don't build X86 target until it builds properly again


---
Diffs of the changes:

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.4 llvm/lib/Target/Makefile:1.5
--- llvm/lib/Target/Makefile:1.4	Fri Oct 25 17:55:05 2002
+++ llvm/lib/Target/Makefile	Mon Oct 28 17:56:41 2002
@@ -1,5 +1,5 @@
 LEVEL = ../..
-DIRS = Sparc X86
+DIRS = Sparc
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list