projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194878f
)
Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries.
author
Chris Lattner
<sabre@nondot.org>
Thu, 7 Oct 2004 00:03:11 +0000
(
00:03
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 7 Oct 2004 00:03:11 +0000
(
00:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16798
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index adf5ef9f796f10698c717890d692ca076e1c4f77..393ce48d07b6ca60abf88b8e3500b869eebe37d6 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-658,10
+658,10
@@
ifdef TOOLNAME
# Handle compression libraries automatically
ifeq ($(HAVE_BZIP2),1)
-USEDLIBS += bz2.a
+TOOLLINKOPTS += -lbz2
endif
ifeq ($(HAVE_ZLIB),1)
-USEDLIBS += z.a
+TOOLLINKOPTS += -lz
endif
# TOOLEXENAME* - These compute the output filenames to generate...
TOOLEXENAME_G := $(DESTTOOLDEBUG)/$(TOOLNAME)