* linux-2.4.0-test13-pre2 has problems on Alpha
@ 2000-12-17 23:30 Daiki Matsuda
0 siblings, 0 replies; only message in thread
From: Daiki Matsuda @ 2000-12-17 23:30 UTC (permalink / raw)
To: linux-kernel; +Cc: dyky
[-- 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 \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-12-18 0:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-17 23:30 linux-2.4.0-test13-pre2 has problems on Alpha Daiki Matsuda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox