All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markos Chandras <Markos.Chandras@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] sawman: Link using gcc instead of ld
Date: Tue, 17 Dec 2013 16:18:01 +0000	[thread overview]
Message-ID: <52B07939.7070202@imgtec.com> (raw)
In-Reply-To: <1387296698-27642-1-git-send-email-Vincent.Riera@imgtec.com>

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.

-- 
markos

  reply	other threads:[~2013-12-17 16:18 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 [this message]
2013-12-17 16:23   ` Vicente Olivert Riera

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=52B07939.7070202@imgtec.com \
    --to=markos.chandras@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.