Re: [PATCH] build: correct gas --noexecstack check

2023-08-11 Thread Anthony PERARD
On Wed, Jul 12, 2023 at 04:23:22PM +0200, Jan Beulich wrote: > The check was missing an escape for the inner $, thus breaking things > in the unlikely event that the underlying assembler doesn't support this > option. > > Fixes: 62d22296a95d ("build: silence GNU ld warning about executable stacks"

[PATCH] build: correct gas --noexecstack check

2023-07-12 Thread Jan Beulich
The check was missing an escape for the inner $, thus breaking things in the unlikely event that the underlying assembler doesn't support this option. Fixes: 62d22296a95d ("build: silence GNU ld warning about executable stacks") Signed-off-by: Jan Beulich --- a/xen/Makefile +++ b/xen/Makefile @@