bug-grub
[Top][All Lists]
Advanced

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

Re: [PATCH] arm64: fix build regression in of_path_of_nvme


From: Joakim Bech
Subject: Re: [PATCH] arm64: fix build regression in of_path_of_nvme
Date: Mon, 26 Feb 2018 10:59:24 +0100
User-agent: NeoMutt/20170609 (1.8.3)

On Mon, Feb 26, 2018 at 10:45:46AM +0100, Daniel Kiper wrote:
> On Mon, Feb 26, 2018 at 09:57:34AM +0100, Joakim Bech wrote:
> > The of_path_of_nvme function introduced a build regression:
> >     grub-core/osdep/linux/ofpath.c:365:21: error: comparison between pointer
> >     and zero character constant [-Werror=pointer-compare]
> >        if ((digit_string != '\0') && (*part_end == 'p'))
> >
> > Update digit_string to compare against the char instead of the pointer.
> >
> > Signed-off-by: Joakim Bech <address@hidden>
> 
> CC-ing Vladimir.
> 
> Pushed with some commit message changes. Thanks! However, this raises
> the question: why this code is build on ARM? Should we do not do that?
>
My bad here Daniel, I was building for the HiKey device which uses the
AArch64 GCC for most of its software components, but you are right, when
checking closer to the output from our builds I can see that we are
using the regular x86 toolchain when compiling grub. So a more correct
subject of my patch would have been:                                            
              
  "[PATCH] fix build regression in of_path_of_nvm"                              
              

I apologize for not paying more attention to that before sending out the
patch.
                                                     
-- 
Regards,
Joakim



reply via email to

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