From: Brian Gaeke Date: Fri, 10 Dec 2004 04:54:21 +0000 (+0000) Subject: Add SparcV8 target back into the build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4540a6b9afbefa7b9a05b01ebdcac42739dfdf9;p=oota-llvm.git Add SparcV8 target back into the build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18738 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 6d27a5d68a8..d396ad42acf 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton +PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Skeleton LIBRARYNAME = LLVMTarget BUILD_ARCHIVE = 1