RE: [PATCH][4.17] Arm32: prune (again) ld warning about mismatched wchar_t sizes

2022-10-27 Thread Henry Wang
Hi Jan, > -Original Message- > From: Jan Beulich > Subject: [PATCH][4.17] Arm32: prune (again) ld warning about mismatched > wchar_t sizes > > The name change (stub.c -> common-stub.c) rendered the earlier > workaround (commit a4d4c541f58b ["xen/arm32

Re: [PATCH][4.17] Arm32: prune (again) ld warning about mismatched wchar_t sizes

2022-10-27 Thread Julien Grall
Hi Jan, On 27/10/2022 10:30, Jan Beulich wrote: The name change (stub.c -> common-stub.c) rendered the earlier workaround (commit a4d4c541f58b ["xen/arm32: avoid EFI stub wchar_t size linker warning"]) ineffectual. Ah! I noticed this warning over the week-end and was wondering why it was stil

[PATCH][4.17] Arm32: prune (again) ld warning about mismatched wchar_t sizes

2022-10-27 Thread Jan Beulich
The name change (stub.c -> common-stub.c) rendered the earlier workaround (commit a4d4c541f58b ["xen/arm32: avoid EFI stub wchar_t size linker warning"]) ineffectual. Fixes: bfd3e9945d1b ("build: fix x86 out-of-tree build without EFI") Signed-off-by: Jan Beulich --- a/xen/arch/arm/efi/Makefile +