All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Wood" <eric@interplas.com>
To: "Kernel List" <linux-kernel@vger.kernel.org>
Subject: Re: RH 9 kernel compile error
Date: Thu, 24 Jul 2003 13:36:38 -0400	[thread overview]
Message-ID: <038a01c3520a$233c2280$9100000a@intgrp.com> (raw)
In-Reply-To: 3F1F7A97.7000304@candelatech.com

Ben Greear wrote:
> I have never used rpm target...but I imagine it works :)

Overall yes. As long as you:
# make mrproper `/bin/cp configs/kernel-2.4.20-i686.config .config`
oldconfig dep clean rpm

The resulting rpm file seems to always be built for i386 even though you're
using a 686 .config file.  It looks like kerne.spec file which is generated
from "scripts/mkspec" neglects to issue an arch.  Or you have to edit the
Makefile and slip in a "--target=i686" or "--target=athlon" like so:

$(RPM) -ta --target=i686 $(TOPDIR)/../$(KERNELPATH).tar.gz ; \

before you do the build.
-eric


      reply	other threads:[~2003-07-24 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-23 20:20 RH 9 kernel compile error Eric Wood
2003-07-24  6:20 ` Ben Greear
2003-07-24 17:36   ` Eric Wood [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='038a01c3520a$233c2280$9100000a@intgrp.com' \
    --to=eric@interplas.com \
    --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 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.