Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: update ARCH alias info for sparc

The supported alias for building sparc 32-bit is "sparc32",
not "sparc", so update the alias documentation for that.
Just using "sparc" produces a 64-bit config file.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

authored by

Randy Dunlap and committed by
Masahiro Yamada
5ba80096 09b15653

+1 -1
+1 -1
Documentation/kbuild/kbuild.txt
··· 89 89 But some architectures such as x86 and sparc have aliases. 90 90 x86: i386 for 32 bit, x86_64 for 64 bit 91 91 sh: sh for 32 bit, sh64 for 64 bit 92 - sparc: sparc for 32 bit, sparc64 for 64 bit 92 + sparc: sparc32 for 32 bit, sparc64 for 64 bit 93 93 94 94 CROSS_COMPILE 95 95 --------------------------------------------------