mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 00:02:16 +00:00
Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
194878fbac
commit
6856912f5b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user