]> git.pld-linux.org Git - packages/crossmingw32-zlib.git/commitdiff
patch for Makefile.in allowing commiling with assebler optimization zlib-1_1_3-25 zlib-1_1_3-27 zlib-1_1_3-30
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 13 Sep 2001 07:17:51 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zlib-asmopt.patch -> 1.1

zlib-asmopt.patch [new file with mode: 0644]

diff --git a/zlib-asmopt.patch b/zlib-asmopt.patch
new file mode 100644 (file)
index 0000000..681580a
--- /dev/null
@@ -0,0 +1,24 @@
+diff -urN zlib-1.1.3/Makefile zlib-1.1.3.new/Makefile
+diff -urN zlib-1.1.3/Makefile.in zlib-1.1.3.new/Makefile.in
+--- zlib-1.1.3/Makefile.in     Thu Jul  9 18:07:18 1998
++++ zlib-1.1.3.new/Makefile.in Thu Sep 13 09:02:28 2001
+@@ -41,7 +41,7 @@
+ OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
+        zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
+-OBJA =
++OBJA = match.o
+ # to use the asm code: make OBJA=match.o
+ TEST_OBJS = example.o minigzip.o
+@@ -79,8 +79,8 @@
+       mv _match.o match.o
+       rm -f _match.s
+-$(SHAREDLIB).$(VER): $(OBJS)
+-      $(LDSHARED) -o $@ $(OBJS)
++$(SHAREDLIB).$(VER): $(OBJS) $(OBJA)
++      $(LDSHARED) -o $@ $(OBJS) $(OBJA)
+       rm -f $(SHAREDLIB) $(SHAREDLIB).1
+       ln -s $@ $(SHAREDLIB)
+       ln -s $@ $(SHAREDLIB).1
This page took 0.113922 seconds and 4 git commands to generate.