diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:05:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:05:35 +0000 |
| commit | 1e050bd88b3d28ca9e98d40efeeea1ba84814abe (patch) | |
| tree | eba5e57e745a07d2e5ed238e548115c48b89491c /llvm/lib/Support | |
| parent | 8c087e962cdfc29c6dd4462ab0510b2343577996 (diff) | |
| download | bcm5719-llvm-1e050bd88b3d28ca9e98d40efeeea1ba84814abe.tar.gz bcm5719-llvm-1e050bd88b3d28ca9e98d40efeeea1ba84814abe.zip | |
Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times.
llvm-svn: 23934
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 151f253165b..30862aabb66 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 +DONT_BUILD_RELINKED := 1 include $(LEVEL)/Makefile.common |

