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: Vesa Jääskeläinen
Subject: Re: [PATCH] --build-id= none in newer ld versions PowerPC
Date: Mon, 01 Dec 2008 19:01:42 +0200
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

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?




reply via email to

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