Commit e2fb1d02 authored by John Criswell's avatar John Criswell
Browse files

Defined the NO_DUMMY_DECL variable. This removes the zlib hack that

for "bad compilers" that generates a type conflict resolution error when
linking zlib with gccld.

llvm-svn: 12478
parent 3c5f2201
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ BYTECODE_LIBRARY=1
BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=z
CPPFLAGS += -DNO_DUMMY_DECL=1

Source = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
         zutil.c inflate.c infback.c inftrees.c inffast.c