grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] --build-id= none in newer ld versions PowerPC


From: Manoel Rebelo Abranches
Subject: Re: [PATCH] --build-id= none in newer ld versions PowerPC
Date: Mon, 01 Dec 2008 15:34:55 -0200

On Mon, 2008-12-01 at 19:01 +0200, Vesa Jääskeläinen wrote:
> Manoel Rebelo Abranches wrote:
> > This patch add --build-id=none option to newer ld versions when linking
> > kernel.elf.
> > This prevents grub-mkelfimage to behave wrongly.
> 
> 
> >  if test "x$grub_cv_prog_ld_build_id_none" = xyes; then
> >    MODULE_LDFLAGS="$MODULE_LDFLAGS -Wl,--build-id=none"
> > +  PPC_BUILD_ID_FLAG="-Wl,--build-id=none"
> >  fi
> >  ])
> 
> How about changing that to KERNEL_LDFLAGS? Then one could use it for
> other purposes if needed?
> 
> 
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel


There is already kernel_elf_LDFLAGS but its used for other architectures
too.
-- 
Best Regards,

Manoel Abranches <address@hidden>
IBM Linux Technology Center Brazil





reply via email to

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