grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/18] efi: build xen.gz with EFI code


From: Jan Beulich
Subject: Re: [PATCH 08/18] efi: build xen.gz with EFI code
Date: Mon, 02 Mar 2015 16:14:22 +0000

>>> On 30.01.15 at 18:54, <address@hidden> wrote:
> --- a/xen/arch/x86/efi/Makefile
> +++ b/xen/arch/x86/efi/Makefile
> @@ -1,14 +1,14 @@
>  CFLAGS += -fshort-wchar
>  
> -obj-y += stub.o
> +obj-y += boot.o
> +obj-y += compat.o
> +obj-y += runtime.o

So how is this going to work with a compiler not new enough to
support the MS ABI (via function attribute)?

Jan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]