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
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to