All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: kexec@lists.infradead.org
Cc: Jeremy Kerr <jk@ozlabs.org>
Subject: Re: [patch] kexec: Use target linker for purgatory
Date: Tue, 12 Feb 2008 09:16:38 -0800	[thread overview]
Message-ID: <47B1D476.8080503@am.sony.com> (raw)
In-Reply-To: <476B05C0.30201@am.sony.com>

Hello...

This needs to be merged.

On 12/20/2007 04:16 PM, Geoff Levand wrote:
> From: Geoff Levand <geoffrey.levand@am.sony.com>
> 
> Pugatory files need to be linked with the target linker,
> not the build linker.
> 
> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
> ---
> diff --git a/purgatory/Makefile b/purgatory/Makefile
> index a543cdb..e7d2f15 100644
> --- a/purgatory/Makefile
> +++ b/purgatory/Makefile
> @@ -42,7 +42,7 @@ $(PURGATORY): LDFLAGS+=--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
>  
>  $(PURGATORY): $(PURGATORY_OBJS)
>  	$(MKDIR) -p $(@D)
> -	$(LD) $(LDFLAGS) -o $@ $^
> +	$(CC) $(LDFLAGS) -o $@ $^
>  
>  #	$(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
>  
> 



_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  parent reply	other threads:[~2008-02-12 17:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-21  0:16 [patch] kexec: Use target linker for purgatory Geoff Levand
2007-12-21  1:28 ` Jeremy Kerr
2007-12-21  1:43   ` Geoff Levand
2007-12-21  1:49     ` Jeremy Kerr
2008-02-12 17:16 ` Geoff Levand [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-15  5:27 Geoff Levand
2008-02-19  6:26 ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47B1D476.8080503@am.sony.com \
    --to=geoffrey.levand@am.sony.com \
    --cc=jk@ozlabs.org \
    --cc=kexec@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.