lkml.org 
[lkml]   [1998]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPatch for arch detection in Makefile (2.1.106)
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

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.016 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site