[llvm-commits] CVS: llvm/lib/Target/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 25 17:56:03 PDT 2002
Changes in directory llvm/lib/Target:
Makefile updated: 1.3 -> 1.4
---
Log message:
Build the X86 target as well
---
Diffs of the changes:
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.3 llvm/lib/Target/Makefile:1.4
--- llvm/lib/Target/Makefile:1.3 Tue Jul 23 12:52:34 2002
+++ llvm/lib/Target/Makefile Fri Oct 25 17:55:05 2002
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS = Sparc
+DIRS = Sparc X86
LIBRARYNAME = target
BUILD_ARCHIVE = 1
More information about the llvm-commits
mailing list