[PATCH] kexec x86_64: Make purgatory relocatable anywhere in the 64bit address space.

Yinghai Lu yinghai at kernel.org
Mon Dec 3 15:34:04 EST 2012


On Mon, Nov 19, 2012 at 8:56 AM, Eric W. Biederman
<ebiederm at xmission.com> wrote:
> diff --git a/purgatory/Makefile b/purgatory/Makefile
> index ee1679c..e39adec 100644
> --- a/purgatory/Makefile
> +++ b/purgatory/Makefile
> @@ -64,6 +64,7 @@ $(PURGATORY): $(PURGATORY_OBJS)
>         $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
>
>  #      $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
> +       $(STRIP) --strip-debug $@
>
>  echo::
>         @echo "PURGATORY_SRCS $(PURGATORY_SRCS)"

looks like configure does not set
STRIP in top Makefile



More information about the kexec mailing list