From 8a6238425348f55eca2fd0d3072b027dd7801478 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Feb 2004 19:54:00 +0000 Subject: [PATCH] SparcV8 now builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11960 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Makefile b/lib/Target/Makefile index f4a6908fa1c..27e89c1d402 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -DIRS = CBackend X86 SparcV9 PowerPC +DIRS = CBackend X86 SparcV9 SparcV8 PowerPC LIBRARYNAME = target BUILD_ARCHIVE = 1