Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Keith Owens <kaos@sgi.com>
To: Linux/MIPS Development <linux-mips@linux-mips.org>
Subject: Re: modules_install
Date: Wed, 26 Feb 2003 12:34:51 +1100	[thread overview]
Message-ID: <362.1046223291@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 25 Feb 2003 14:51:40 BST." <Pine.GSO.4.21.0302251451040.15407-100000@vervain.sonytel.be>

On Tue, 25 Feb 2003 14:51:40 +0100 (MET), 
Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>On Tue, 25 Feb 2003, Gilad Benjamini wrote:
>> How does one tweak the kernel's "modules_install" target in the 
>> makefile to properly be used for cross compiling ?
>> I can change the kernel Makefile, but I'd rather not.
>
>make INSTALL_MOD_PATH=...
>
>Note that depmod will fail anyway.

Cross compile for ia64.

make ARCH=ia64 \
	CROSS_COMPILE=/usr/bin/ia64-linux- \
	INSTALL_MOD_PATH=/build/kaos \
	DEPMOD=/bin/true

DEPMOD=/bin/true makes depmod a noop, the first boot on the target will
build modules.dep.

      reply	other threads:[~2003-02-26  1:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-25 13:49 modules_install Gilad Benjamini
2003-02-25 13:51 ` modules_install Geert Uytterhoeven
2003-02-26  1:34   ` Keith Owens [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=362.1046223291@kao2.melbourne.sgi.com \
    --to=kaos@sgi.com \
    --cc=linux-mips@linux-mips.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