kbuild: update ARCH alias info for sh
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 4 Jul 2018 19:57:54 +0000 (12:57 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 6 Jul 2018 12:58:33 +0000 (21:58 +0900)
In Kbuild documentation, add alias for 64-bit sh ARCH ("sh64")
to the list of ARCH aliases.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Documentation/kbuild/kbuild.txt

index 6c9c69e..ec5890b 100644 (file)
@@ -88,6 +88,7 @@ In most cases the name of the architecture is the same as the
 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
 
 CROSS_COMPILE