diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-07-04 15:57:54 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-06 08:58:33 -0400 |
commit | 09b1565324cba029dd0079b179e329813a1520c6 (patch) | |
tree | 9e81778e1716bd8f71136d0c7c63ede674ee45ab | |
parent | 021c91791a5e7e85c567452f1be3e4c2c6cb6063 (diff) |
kbuild: update ARCH alias info for sh
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>
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index 6c9c69ec3986..ec5890b51bd6 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
@@ -88,6 +88,7 @@ In most cases the name of the architecture is the same as the | |||
88 | directory name found in the arch/ directory. | 88 | directory name found in the arch/ directory. |
89 | But some architectures such as x86 and sparc have aliases. | 89 | But some architectures such as x86 and sparc have aliases. |
90 | x86: i386 for 32 bit, x86_64 for 64 bit | 90 | x86: i386 for 32 bit, x86_64 for 64 bit |
91 | sh: sh for 32 bit, sh64 for 64 bit | ||
91 | sparc: sparc for 32 bit, sparc64 for 64 bit | 92 | sparc: sparc for 32 bit, sparc64 for 64 bit |
92 | 93 | ||
93 | CROSS_COMPILE | 94 | CROSS_COMPILE |