diff options
author | Mark Adler <zlib@madler.net> | 2017-10-12 20:08:53 -0700 |
---|---|---|
committer | Mark Adler <zlib@madler.net> | 2017-10-12 20:27:14 -0700 |
commit | 288f1080317b954b6bdca33708631c011549c008 (patch) | |
tree | 9629f01104722ba8e490f04a0790c56513ba989a /win32/Makefile.gcc | |
parent | a5773513942b1c57d0eff51fcb2ebac72796ed95 (diff) | |
download | zlib-288f1080317b954b6bdca33708631c011549c008.tar.gz zlib-288f1080317b954b6bdca33708631c011549c008.tar.bz2 zlib-288f1080317b954b6bdca33708631c011549c008.zip |
Remove old assembler code in which bugs have manifested.
In addition, there is not sufficient gain from the inflate
assembler code to warrant its inclusion.
Diffstat (limited to 'win32/Makefile.gcc')
-rw-r--r-- | win32/Makefile.gcc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/Makefile.gcc b/win32/Makefile.gcc index 305be50..081e391 100644 --- a/win32/Makefile.gcc +++ b/win32/Makefile.gcc | |||
@@ -11,10 +11,6 @@ | |||
11 | # | 11 | # |
12 | # make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc | 12 | # make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc |
13 | # | 13 | # |
14 | # To use the asm code, type: | ||
15 | # cp contrib/asm?86/match.S ./match.S | ||
16 | # make LOC=-DASMV OBJA=match.o -fwin32/Makefile.gcc | ||
17 | # | ||
18 | # To install libz.a, zconf.h and zlib.h in the system directories, type: | 14 | # To install libz.a, zconf.h and zlib.h in the system directories, type: |
19 | # | 15 | # |
20 | # make install -fwin32/Makefile.gcc | 16 | # make install -fwin32/Makefile.gcc |
@@ -38,7 +34,6 @@ IMPLIB = libz.dll.a | |||
38 | # | 34 | # |
39 | SHARED_MODE=0 | 35 | SHARED_MODE=0 |
40 | 36 | ||
41 | #LOC = -DASMV | ||
42 | #LOC = -DZLIB_DEBUG -g | 37 | #LOC = -DZLIB_DEBUG -g |
43 | 38 | ||
44 | PREFIX = | 39 | PREFIX = |