linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Philip Blundell <philb@gnu.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>, linux-kernel@vger.kernel.org
Subject: 2.2.19: cross-compile patch for drivers/net/Makefile
Date: Sun, 08 Apr 2001 19:34:44 +0100	[thread overview]
Message-ID: <E14mK1M-0001AI-00@kings-cross.london.uk.eu.org> (raw)

Cross-compiles need to use the target linker here.

p.

--- linux/drivers/net/Makefile~	Sun Apr  8 17:48:31 2001
+++ linux/drivers/net/Makefile	Sun Apr  8 19:31:29 2001
@@ -1445,7 +1445,7 @@
 	rm -f core *.o *.a *.s
 
 wanpipe.o: $(WANPIPE_OBJS)
-	ld -r -o $@ $(WANPIPE_OBJS)
+	$(LD) -r -o $@ $(WANPIPE_OBJS)
 
 rcpci.o: rcpci45.o rclanmtl.o
 	$(LD) -r -o rcpci.o rcpci45.o rclanmtl.o



                 reply	other threads:[~2001-04-08 18:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E14mK1M-0001AI-00@kings-cross.london.uk.eu.org \
    --to=philb@gnu.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).