diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-28 19:54:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-28 19:54:00 +0000 |
commit | 8a6238425348f55eca2fd0d3072b027dd7801478 (patch) | |
tree | dfc1d049a2c4afdec3d3acc9a82e5c4f7fd97a0a /lib | |
parent | 9a89f37dc7b72ab14a752a65f7e271312f876e9d (diff) | |
download | external_llvm-8a6238425348f55eca2fd0d3072b027dd7801478.zip external_llvm-8a6238425348f55eca2fd0d3072b027dd7801478.tar.gz external_llvm-8a6238425348f55eca2fd0d3072b027dd7801478.tar.bz2 |
SparcV8 now builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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 f4a6908..27e89c1 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -DIRS = CBackend X86 SparcV9 PowerPC +DIRS = CBackend X86 SparcV9 SparcV8 PowerPC LIBRARYNAME = target BUILD_ARCHIVE = 1 |