diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-01-03 01:48:26 +0000 | 
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-01-03 01:48:26 +0000 | 
| commit | cbb401c1d679a6476f0b5396a4bab09ce3f6ff9a (patch) | |
| tree | 7200283c73cf596a37496929b2a18db12f99ade3 /llvm | |
| parent | cea11dbf6eb6beb17e725fc69990d8cd42f61251 (diff) | |
| download | bcm5719-llvm-cbb401c1d679a6476f0b5396a4bab09ce3f6ff9a.tar.gz bcm5719-llvm-cbb401c1d679a6476f0b5396a4bab09ce3f6ff9a.zip  | |
Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.
llvm-svn: 61599
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/lto/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/lto/Makefile b/llvm/tools/lto/Makefile index 980a8b620fb..69014d781ff 100644 --- a/llvm/tools/lto/Makefile +++ b/llvm/tools/lto/Makefile @@ -18,7 +18,6 @@ include $(LEVEL)/Makefile.config  LINK_LIBS_IN_SHARED = 1  ifeq ($(OS),Darwin)    SHARED_LIBRARY = 1 -  BUILD_ARCHIVE = 0    DONT_BUILD_RELINKED = 1  else    BUILD_ARCHIVE = 1 @@ -49,5 +48,4 @@ ifeq ($(OS),Darwin)                              -Wl,-install_name \                              -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"      endif -        endif  | 

