mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v3 1/2] binutils: build with system zlib
@ 2022-12-12 22:17 Roland Hieber
  2022-12-12 22:17 ` [ptxdist] [PATCH v3 2/2] binutils: add license information Roland Hieber
  2023-01-03 11:08 ` [ptxdist] [APPLIED] binutils: build with system zlib Michael Olbrich
  0 siblings, 2 replies; 5+ messages in thread
From: Roland Hieber @ 2022-12-12 22:17 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

We already depend on zlib in binutils.in, but currently the version
bundled with binutils is used unnecessarily.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v3: new in v3
---
 rules/binutils.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/binutils.make b/rules/binutils.make
index bec8436d62fb..20bb5d60f700 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -43,6 +43,7 @@ BINUTILS_CONF_TOOL := autoconf
 BINUTILS_CONF_OPT := \
 	$(CROSS_AUTOCONF_USR) \
 	--target=$(PTXCONF_GNU_TARGET) \
+	--with-system-zlib \
 	--disable-werror
 
 BINUTILS_CFLAGS := \
-- 
2.30.2




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-03 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12 22:17 [ptxdist] [PATCH v3 1/2] binutils: build with system zlib Roland Hieber
2022-12-12 22:17 ` [ptxdist] [PATCH v3 2/2] binutils: add license information Roland Hieber
2022-12-12 22:26   ` Roland Hieber
2022-12-15  8:33     ` Michael Olbrich
2023-01-03 11:08 ` [ptxdist] [APPLIED] binutils: build with system zlib Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox