summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-23 04:34:46 +0000
committerChris Lattner <sabre@nondot.org>2005-01-23 04:34:46 +0000
commit1fefef1b2714c855d0700cecde11513af8fb9046 (patch)
treecdf43ac36f9c930fb5f62b281b07b72a0aeb2868 /lib/Target/Makefile
parenta8411a698e0c631b9ce793733a158484a1ab0e54 (diff)
downloadllvm-1fefef1b2714c855d0700cecde11513af8fb9046.tar.gz
llvm-1fefef1b2714c855d0700cecde11513af8fb9046.tar.bz2
llvm-1fefef1b2714c855d0700cecde11513af8fb9046.tar.xz
Build Alpha by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19777 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 d396ad42ac..bb23fb4777 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Skeleton
+PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Alpha Skeleton
LIBRARYNAME = LLVMTarget
BUILD_ARCHIVE = 1