mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrzej Krzysztofowicz <ankry@pg.gda.pl>
To: richbaum@acm.org (Rich Baum)
Cc: rmk@arm.linux.org.uk (Russell King),
	linux-kernel@vger.kernel.org, alan@lxorguk.ukuu.org.uk (Alan Cox),
	torvalds@transmeta.com (Linus Torvalds)
Subject: Re: [PATCH] fix 2.4.8 compile errors
Date: Tue, 14 Aug 2001 12:49:58 +0200 (MET DST)	[thread overview]
Message-ID: <200108141049.MAA29682@sunrise.pg.gda.pl> (raw)
In-Reply-To: <1013D72A35C6@coral.indstate.edu> from "Rich Baum" at Aug 14, 2001 05:32:16 AM

"Rich Baum wrote:"
> diff -urN -X dontdiff linux-2.4.8/drivers/net/Config.in 
...
> +   if [ "$ARCH" = "arm" ]; then
...
> +   if [ "$ARCH" = "sh" ]; then

I don't remember the reason the ARCH variable was almost removed from
configuration some time ago (probably for better build dependencies check),
but wouldn't it better to replace the above by:

if [ "$CONFIG_ARM" = "y" ]; then

if [ "$CONFIG_SUPERH" = "y" ]; then

?

Andrzej
-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk

      parent reply	other threads:[~2001-08-14 10:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-14  2:47 Rich Baum
2001-08-14  7:07 ` Russell King
2001-08-14  8:51 ` Nils Faerber
2001-08-14  9:02   ` Keith Owens
2001-08-14 10:32 ` Rich Baum
2001-08-14 10:44   ` Russell King
2001-08-14 10:49     ` [PATCH] fixed " Rich Baum
2001-08-14 10:49   ` Andrzej Krzysztofowicz [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=200108141049.MAA29682@sunrise.pg.gda.pl \
    --to=ankry@pg.gda.pl \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=ankry@green.mif.pg.gda.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richbaum@acm.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=torvalds@transmeta.com \
    /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

all inboxes | Powered by JetHome®