projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021c917
)
kbuild: update ARCH alias info for sh
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 4 Jul 2018 19:57:54 +0000
(12:57 -0700)
committer
Masahiro 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
patch
|
blob
|
history
diff --git
a/Documentation/kbuild/kbuild.txt
b/Documentation/kbuild/kbuild.txt
index
6c9c69e
..
ec5890b
100644
(file)
--- 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