From: Chris Lattner Date: Thu, 16 Dec 2004 17:26:44 +0000 (+0000) Subject: Specify all of the targets built. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=47f9dd14b2c30bbb6c27d8cbb24a21f59e3a92af;p=oota-llvm.git Specify all of the targets built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18985 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 95432819cdc..8975398c035 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -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 \