diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 22:03:14 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 22:03:14 +0000 |
| commit | c470261d2781b05a3da5a6a26d4771bed1ccec1e (patch) | |
| tree | 4213029859a79062cb6a586ce6aaed2b29e9e3f5 /llvm/lib/Linker | |
| parent | 9db61d9e3af0e3bb68847da05a9365506f48cd85 (diff) | |
| download | bcm5719-llvm-c470261d2781b05a3da5a6a26d4771bed1ccec1e.tar.gz bcm5719-llvm-c470261d2781b05a3da5a6a26d4771bed1ccec1e.zip | |
Don't bother with a re-linked library, ensure archive library is built.
llvm-svn: 17773
Diffstat (limited to 'llvm/lib/Linker')
| -rw-r--r-- | llvm/lib/Linker/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Linker/Makefile b/llvm/lib/Linker/Makefile index 3fb638a845d..688c832f5b7 100644 --- a/llvm/lib/Linker/Makefile +++ b/llvm/lib/Linker/Makefile @@ -8,6 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMLinker +BUILD_ARCHIVE := 1 +DONT_BUILD_RELINKED := 1 include $(LEVEL)/Makefile.common |

