Patch for arch detection in Makefile (2.1.106)

Aron Griffis (agriffis@css.tayloru.edu)
Mon, 15 Jun 1998 13:58:01 -0400


There appears to be a mistake in the architecture detection in the
Makefile. On a sparc, it produces "sparmc". Here is the patch.

-Aron

--- linux-2.1.106/Makefile.old Sat Jun 13 16:33:50 1998
+++ linux-2.1.106/Makefile Mon Jun 15 13:51:59 1998
@@ -2,7 +2,7 @@
PATCHLEVEL = 1
SUBLEVEL = 106

-ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm*/arm/ -e s/sa110/arm/)
+ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)

#
# For SMP kernels, set this. We don't want to have this in the config file

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu