kbuild: update ARCH alias info for sparc
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 5 Jul 2018 19:12:03 +0000 (12:12 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 6 Jul 2018 12:58:33 +0000 (21:58 +0900)
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>
Documentation/kbuild/kbuild.txt

index ec5890b..d605d50 100644 (file)
@@ -89,7 +89,7 @@ directory name found in the arch/ directory.
 But some architectures such as x86 and sparc have aliases.
 x86: i386 for 32 bit, x86_64 for 64 bit
 sh: sh for 32 bit, sh64 for 64 bit
-sparc: sparc for 32 bit, sparc64 for 64 bit
+sparc: sparc32 for 32 bit, sparc64 for 64 bit
 
 CROSS_COMPILE
 --------------------------------------------------