diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 23:56:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 23:56:41 +0000 |
commit | ba43675aa06b5bf51c5a6ecf2d7b40be2ed5e675 (patch) | |
tree | 65d9b2ffee02bce904f7a5838ae6d139710cad3a /lib/Target/Makefile | |
parent | 93fa70598c88fe14ebe4b3752daab4ea265233e1 (diff) |
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
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r-- | lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 32032a66be..3c5bf67464 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Sparc X86 +DIRS = Sparc LIBRARYNAME = target BUILD_ARCHIVE = 1 |