Re: [PATCH v2 4/4] s390: enable Rust support
From: Jan Polensky
Date: Thu May 21 2026 - 13:11:21 EST
On Tue, May 19, 2026 at 04:45:33PM +0100, Gary Guo wrote:
> On Tue May 19, 2026 at 4:12 PM BST, Jan Polensky wrote:
> > Enable building Rust code on s390 by wiring the architecture into the
[snip]
> Why not just
>
> mflags := -march=$(march-name-y)
>
> ?
>
> Best,
> Gary
Thanks Gary,
noted and updated accordingly.
Best regards,
Jan
>
> >
> > -aflags-y += $(mflags-y)
> > -cflags-y += $(mflags-y)
[snip]