From: Chris Lattner Date: Wed, 20 Nov 2002 18:37:37 +0000 (+0000) Subject: Don't build X86 target yet X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=cfe487296c66d7f9b55ea31bb33442e23975f3e5 Don't build X86 target yet git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4780 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 32032a66be1..4228cc97d2a 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Sparc X86 +DIRS = Sparc #X86 LIBRARYNAME = target BUILD_ARCHIVE = 1