grub-devel
[Top][All Lists]
Advanced

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

Re: Patch to compile grub2 with Apple compiler


From: Vladimir 'phcoder' Serbinenko
Subject: Re: Patch to compile grub2 with Apple compiler
Date: Tue, 8 Apr 2014 11:00:27 +0200


On 8 Apr 2014 10:55, "Yves Blusseau" <address@hidden> wrote:
>
> Hi Vladimir,
>
> this patch is needed because the declaration of __bzero must made also for non util AND util compilation: __bzero is used in compilation of grub-core/kern/misc.c (line 546).
>
> Without this patch we have this error: http://pastebin.com/aiPGcte0
> So the declaration must be made even if GRUB_UTIL is defined.
>
Not true. You just need to guard implementation as well
> Regards,
> Yves
>
> Le 7 avr. 2014 à 21:51, Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden> a écrit :
>
> > On 07.04.2014 13:21, Yves Blusseau wrote:
> >> Hi,
> >>
> >> this is a patch to allow compilation of grub2 with Apple Compiler
> >>
> >>
> > Why do you need this patch? __bzero shouldn't need any special tratement
> > in GRUB_UTIL case.
> >>
> >>
> >>
> >> Regards,
> >> Yves Blusseau
> >>
> >>
> >>
> >> _______________________________________________
> >> Grub-devel mailing list
> >> address@hidden
> >> https://lists.gnu.org/mailman/listinfo/grub-devel
> >>
> >
> >
> > _______________________________________________
> > Grub-devel mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/grub-devel
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
>


reply via email to

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