summaryrefslogtreecommitdiffstats
path: root/PATCHES
diff options
context:
space:
mode:
authorJoerg Koenig <jck@techsat.com>2017-05-31 06:43:27 (GMT)
committerJoerg Koenig <jck@techsat.com>2017-05-31 06:43:27 (GMT)
commit64ed789027d738ab4787f4188c7cfca0b279f794 (patch)
tree6db946ee84be356c14a9c727fe0f3f98145b0ad5 /PATCHES
parent3361a49dc039eb2b7a965858cd3a13918f4af34e (diff)
downloadgcc-compiler-suite-64ed789027d738ab4787f4188c7cfca0b279f794.zip
gcc-compiler-suite-64ed789027d738ab4787f4188c7cfca0b279f794.tar.gz
gcc-compiler-suite-64ed789027d738ab4787f4188c7cfca0b279f794.tar.bz2
Fixed zlib patchrefs/changes/88/1688/1
Change-Id: I038aae1fb9aa35eaa7142cec730883512f919528
Diffstat (limited to 'PATCHES')
-rw-r--r--PATCHES/zlib_ranlib.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/PATCHES/zlib_ranlib.patch b/PATCHES/zlib_ranlib.patch
index 6dc9b72..9af425b 100644
--- a/PATCHES/zlib_ranlib.patch
+++ b/PATCHES/zlib_ranlib.patch
@@ -5,9 +5,9 @@ diff -ruNb zlib-1.2.11.orig/Makefile.in zlib-1.2.11/Makefile.in
gcov inf*.c
libz.a: $(OBJS)
-+ $(RANLIB) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
- -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
++ -$(RANLIB) $@
match.o: match.S
$(CPP) match.S > _match.s