Only build .a file versions of these libraries, instead of .a and .o versions.

This should speed up build times.

llvm-svn: 23934
This commit is contained in:
Chris Lattner 2005-10-24 02:05:35 +00:00
parent 8c087e962c
commit 1e050bd88b
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ LEVEL = ../..
PARALLEL_DIRS=bzip2
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED := 1
include $(LEVEL)/Makefile.common