From: James Bottomley <James.Bottomley@SteelEye.com>
To: "C. Linus Hicks" <lhicks@nc.rr.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: Vanilla 2.4.27 fails to compile on amd64
Date: 12 Sep 2004 14:23:22 -0400 [thread overview]
Message-ID: <1095013408.1714.14.camel@mulgrave> (raw)
In-Reply-To: <1095009093.30166.632.camel@lh2.linush.net>
On Sun, 2004-09-12 at 13:11, C. Linus Hicks wrote:
> Is there a patch for this problem, and can the fix be included
> permanently in 2.4?
That's a known annoyance of the aic7xxx driver on non-x86 platforms.
The attached patch should make it at least compile.
James
===== drivers/scsi/aic7xxx/Makefile 1.16 vs edited =====
--- 1.16/drivers/scsi/aic7xxx/Makefile 2003-05-30 16:56:17 -04:00
+++ edited/drivers/scsi/aic7xxx/Makefile 2004-09-12 14:21:38 -04:00
@@ -13,7 +13,7 @@
obj-$(CONFIG_SCSI_AIC79XX) += aic79xx.o
endif
-EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi -Werror
+EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi
#EXTRA_CFLAGS += -g
# Platform Specific Files
prev parent reply other threads:[~2004-09-12 18:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-12 17:11 Vanilla 2.4.27 fails to compile on amd64 C. Linus Hicks
2004-09-12 18:23 ` James Bottomley [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=1095013408.1714.14.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=lhicks@nc.rr.com \
--cc=linux-scsi@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