diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-07-04 12:57:54 -0700 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-06 21:58:33 +0900 |
commit | 09b1565324cba029dd0079b179e329813a1520c6 (patch) | |
tree | 9e81778e1716bd8f71136d0c7c63ede674ee45ab | |
parent | 021c91791a5e7e85c567452f1be3e4c2c6cb6063 (diff) | |
download | linux-stable-09b1565324cba029dd0079b179e329813a1520c6.tar.gz linux-stable-09b1565324cba029dd0079b179e329813a1520c6.tar.bz2 linux-stable-09b1565324cba029dd0079b179e329813a1520c6.zip |
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 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 |