From: Geoff Levand <geoffrey.levand@am.sony.com>
To: Jeremy Kerr <jk@ozlabs.org>
Cc: kexec@lists.infradead.org
Subject: Re: [patch] kexec: Use target linker for purgatory
Date: Thu, 20 Dec 2007 17:43:34 -0800 [thread overview]
Message-ID: <476B1A46.6000207@am.sony.com> (raw)
In-Reply-To: <200712211028.23905.jk@ozlabs.org>
On 12/20/2007 05:28 PM, Jeremy Kerr wrote:
> Geoff,
>
>> Pugatory files need to be linked with the target linker,
>> not the build linker.
>>
>> $(MKDIR) -p $(@D)
>> - $(LD) $(LDFLAGS) -o $@ $^
>> + $(CC) $(LDFLAGS) -o $@ $^
>
> Shouldn't that be $(TARGET_CC) then?
It follows the convention in that makefile. There is this:
$(PURGATORY): CC=$(TARGET_CC)
-Geoff
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next prev parent reply other threads:[~2007-12-21 1:45 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 [this message]
2007-12-21 1:49 ` Jeremy Kerr
2008-02-12 17:16 ` Geoff Levand
-- 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=476B1A46.6000207@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.