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

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 16 09:26:59 PST 2004



Changes in directory llvm/lib/Target/PowerPC:

Makefile updated: 1.16 -> 1.17
---
Log message:

Specify all of the targets built.


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

Index: llvm/lib/Target/PowerPC/Makefile
diff -u llvm/lib/Target/PowerPC/Makefile:1.16 llvm/lib/Target/PowerPC/Makefile:1.17
--- llvm/lib/Target/PowerPC/Makefile:1.16	Wed Oct 27 18:18:45 2004
+++ llvm/lib/Target/PowerPC/Makefile	Thu Dec 16 11:26:44 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = LLVMPowerPC
-TARGET = PowerPC
+TARGET = PowerPC PPC32 PPC64
 
 # Make sure that tblgen is run, first thing.
 BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \






More information about the llvm-commits mailing list