mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] e2fsprogs: disable LTO due to linker errors
@ 2022-11-15 16:28 Felix Mellmann
  2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Mellmann @ 2022-11-15 16:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Felix Mellmann

Signed-off-by: Felix Mellmann <flix.ptxdist@benfm.de>
---
 rules/e2fsprogs.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index a7718d26a..19e5e7ba4 100644
--- a/rules/e2fsprogs.make
+++ b/rules/e2fsprogs.make
@@ -69,7 +69,7 @@ E2FSPROGS_CONF_OPT	:= \
 	--disable-nls \
 	--disable-rpath \
 	--disable-fuse2fs \
-	--enable-lto \
+	--disable-lto \
 	--disable-ubsan \
 	--disable-addrsan \
 	--disable-threadsan \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] e2fsprogs: disable LTO due to linker errors
  2022-11-15 16:28 [ptxdist] [PATCH] e2fsprogs: disable LTO due to linker errors Felix Mellmann
@ 2022-11-22 13:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-22 13:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Felix Mellmann

Thanks, applied as 17a59374f6b5a18534e07da62cb3822bbc069845.

Michael

[sent from post-receive hook]

On Tue, 22 Nov 2022 14:20:10 +0100, Felix Mellmann <flix.ptxdist@benfm.de> wrote:
> We don't build anything else with LTO by default. So no special case for
> this either. It's not performance critical code anyways.
> And if we want LTO then there should be some kind of global option for it.
> 
> Signed-off-by: Felix Mellmann <flix.ptxdist@benfm.de>
> Message-Id: <20221115162851.3350-1-flix.ptxdist@benfm.de>
> [mol: expland commit message]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
> index a7718d26abea..19e5e7ba4a84 100644
> --- a/rules/e2fsprogs.make
> +++ b/rules/e2fsprogs.make
> @@ -69,7 +69,7 @@ E2FSPROGS_CONF_OPT	:= \
>  	--disable-nls \
>  	--disable-rpath \
>  	--disable-fuse2fs \
> -	--enable-lto \
> +	--disable-lto \
>  	--disable-ubsan \
>  	--disable-addrsan \
>  	--disable-threadsan \



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

end of thread, other threads:[~2022-11-22 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 16:28 [ptxdist] [PATCH] e2fsprogs: disable LTO due to linker errors Felix Mellmann
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich

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