Re: linux-kernel-digest V1 #2094

Matthew Wilcox (willy@odie.barnet.ac.uk)
Tue, 16 Jun 1998 19:45:00 +0100 (BST)


> 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

I submitted this to linux-patches on Sunday. Though for different
reasons, I admit ;-) patch 175, which has already been applied.
linux-patches is v.cool.

-- 
Set Alias$Case Set Alias$[ |||| |MSet Alias$Otherwise Set Alias$[ \ Matthew
"" |MSet Alias$When If %0=%%0 Then Set Alias$[ "" ||MIf %0=%%0    \ Wilcox
Then Set Alias$Otherwise Set Alias$[ |||||||||||||||| ||MIf       \
%0=%%0 Then Set Alias$When Set Alias$[ ||||||||||||||||

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