linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daiki Matsuda <dyky@df-usa.com>
To: linux-kernel@vger.kernel.org
Cc: dyky@df-usa.com
Subject: linux-2.4.0-test13-pre2 has problems on Alpha
Date: Sun, 17 Dec 2000 15:30:40 -0800	[thread overview]
Message-ID: <20001217153040B.dyky@df-usa.com> (raw)

[-- Attachment #1: Type: Text/Plain, Size: 351 bytes --]

Hi, all.

I tested test13-pre2 on Alpha, but it is not compilable. So, I send a
small patch, and in test13-pre3 its problem may not be repaired.

'CONFIG_ALPHA' is used in drivers/pci/Makefile, but it is not defined
in anywhere. So, I added it to arch/alpha/config.in.

I think the point in arch/alpha/math-emu/Makefile small.

Regards
Daiki Matsuda


[-- Attachment #2: alpha.2.4.0test13-pre2.build.patch --]
[-- Type: Text/Plain, Size: 698 bytes --]

--- linux/arch/alpha/math-emu/Makefile.old	Sun Dec 17 22:06:10 2000
+++ linux/arch/alpha/math-emu/Makefile	Sun Dec 17 22:04:58 2000
@@ -8,7 +8,7 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := math-emu.o
-O_OBJS   := math.o qrnnd.o
+obj-y   := math.o qrnnd.o
 CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
 
 ifeq ($(CONFIG_MATHEMU),m)
--- linux/arch/alpha/config.in.old	Sun Dec 17 22:22:27 2000
+++ linux/arch/alpha/config.in	Sun Dec 17 22:23:38 2000
@@ -24,6 +24,8 @@
 mainmenu_option next_comment
 comment 'General setup'
 
+define_bool CONFIG_ALPHA y
+
 choice 'Alpha system type' \
 	"Generic		CONFIG_ALPHA_GENERIC		\
 	 Alcor/Alpha-XLT	CONFIG_ALPHA_ALCOR		\

                 reply	other threads:[~2000-12-18  0:01 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=20001217153040B.dyky@df-usa.com \
    --to=dyky@df-usa.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 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).