summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-25 22:55:05 +0000
committerChris Lattner <sabre@nondot.org>2002-10-25 22:55:05 +0000
commita750de9bfb75f547c670a3c96d836a6dcefc2529 (patch)
tree2fa2672f91d9673c0706ab8def6a99d6c6dee5f3 /lib/Target/Makefile
parent78cee7e7ab9fde0453d3f1b7a317b1c1b41a1b4c (diff)
downloadllvm-a750de9bfb75f547c670a3c96d836a6dcefc2529.tar.gz
llvm-a750de9bfb75f547c670a3c96d836a6dcefc2529.tar.bz2
llvm-a750de9bfb75f547c670a3c96d836a6dcefc2529.tar.xz
Build the X86 target as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r--lib/Target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index 3c5bf67464..32032a66be 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS = Sparc
+DIRS = Sparc X86
LIBRARYNAME = target
BUILD_ARCHIVE = 1