aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-16 17:26:44 +0000
committerChris Lattner <sabre@nondot.org>2004-12-16 17:26:44 +0000
commit47f9dd14b2c30bbb6c27d8cbb24a21f59e3a92af (patch)
treed6646cf5e651527e059798825b928e53b0a25ab7 /lib/Target/PowerPC/Makefile
parent42c7a16955920c8af06b859e4c1661ec31d81da8 (diff)
downloadexternal_llvm-47f9dd14b2c30bbb6c27d8cbb24a21f59e3a92af.zip
external_llvm-47f9dd14b2c30bbb6c27d8cbb24a21f59e3a92af.tar.gz
external_llvm-47f9dd14b2c30bbb6c27d8cbb24a21f59e3a92af.tar.bz2
Specify all of the targets built.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 9543281..8975398 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 \