From: Chris Lattner Date: Mon, 28 Oct 2002 23:56:41 +0000 (+0000) Subject: Don't build X86 target until it builds properly again X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba43675aa06b5bf51c5a6ecf2d7b40be2ed5e675;p=oota-llvm.git Don't build X86 target until it builds properly again git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4369 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 32032a66be1..3c5bf674648 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Sparc X86 +DIRS = Sparc LIBRARYNAME = target BUILD_ARCHIVE = 1