From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] sawman: Link using gcc instead of ld
Date: Tue, 17 Dec 2013 16:23:54 +0000 [thread overview]
Message-ID: <52B07A9A.7080801@imgtec.com> (raw)
In-Reply-To: <52B07939.7070202@imgtec.com>
On 12/17/2013 04:18 PM, Markos Chandras wrote:
> On 12/17/2013 04:11 PM, Vicente Olivert Riera wrote:
>> .../sawman-001-link-using-gcc-instead-of-ld.patch | 11 +++++++++++
>> 1 files changed, 11 insertions(+), 0 deletions(-)
>> create mode 100644
>> package/sawman/sawman-001-link-using-gcc-instead-of-ld.patch
>>
>> diff --git
>> a/package/sawman/sawman-001-link-using-gcc-instead-of-ld.patch
>> b/package/sawman/sawman-001-link-using-gcc-instead-of-ld.patch
>> new file mode 100644
>> index 0000000..fd1b300
>> --- /dev/null
>> +++ b/package/sawman/sawman-001-link-using-gcc-instead-of-ld.patch
>> @@ -0,0 +1,11 @@
>> +--- SaWMan-1.6.3/rules/libobject.make.orig 2013-12-17
>> 15:54:22.137856874 +0000
>> ++++ SaWMan-1.6.3/rules/libobject.make 2013-12-17
>> 15:54:44.233201909 +0000
>> +@@ -3,7 +3,7 @@
>> + if test -d $<.tmp; then rmdir $<.tmp; fi
>> + mkdir $<.tmp
>> + (cd $<.tmp && $(AR) x ../../$<)
>> +- $(LD) -o $@ -r $<.tmp/*.o
>> ++ $(CC) -nostdlib -o $@ -r $<.tmp/*.o
>> + rm -f $<.tmp/*.o && rmdir $<.tmp
>> +
>> + .PHONY: $(LTLIBRARIES:%.la=.libs/%.a)
>>
> Hi,
>
> You need to add your Signed-off-by to the patch file along with a small
> description on what this patch does.
>
Ooops! I forgot it when I changed the patch.
Done. v3 sent.
Thank you very much.
--
Vincent
prev parent reply other threads:[~2013-12-17 16:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 16:11 [Buildroot] [PATCH v2] sawman: Link using gcc instead of ld Vicente Olivert Riera
2013-12-17 16:18 ` Markos Chandras
2013-12-17 16:23 ` Vicente Olivert Riera [this message]
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=52B07A9A.7080801@imgtec.com \
--to=vincent.riera@imgtec.com \
--cc=buildroot@busybox.net \
/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.