From: Chris Lattner Date: Fri, 25 Oct 2002 22:55:05 +0000 (+0000) Subject: Build the X86 target as well X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a750de9bfb75f547c670a3c96d836a6dcefc2529;p=oota-llvm.git Build the X86 target as well git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 3c5bf674648..32032a66be1 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Sparc +DIRS = Sparc X86 LIBRARYNAME = target BUILD_ARCHIVE = 1