diff mbox

kbuild: update kbuild.txt ARCH alias list

Message ID 9a4b8d07-b9cc-4843-a74c-7f40ebc4c9af@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap July 4, 2018, 7:57 p.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

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>
---
 Documentation/kbuild/kbuild.txt |    1 +
 1 file changed, 1 insertion(+)



--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Masahiro Yamada July 6, 2018, 12:43 a.m. UTC | #1
2018-07-05 4:57 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> 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>
> ---
>  Documentation/kbuild/kbuild.txt |    1 +
>  1 file changed, 1 insertion(+)
>
> --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
> +++ linux-next-20180704/Documentation/kbuild/kbuild.txt
> @@ -88,6 +88,7 @@ In most cases the name of the architectu
>  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
>


Looks good.


I will change the subject to

kbuild: update kbuild.txt ARCH alias info for sh


I see another patch "for sparc".

https://patchwork.kernel.org/patch/10510213/


> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Masahiro Yamada July 6, 2018, 1:05 a.m. UTC | #2
2018-07-05 4:57 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> 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>
> ---
>  Documentation/kbuild/kbuild.txt |    1 +
>  1 file changed, 1 insertion(+)
>
> --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
> +++ linux-next-20180704/Documentation/kbuild/kbuild.txt
> @@ -88,6 +88,7 @@ In most cases the name of the architectu
>  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
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



Applied to linux-kbuild. Thanks!
diff mbox

Patch

--- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
+++ linux-next-20180704/Documentation/kbuild/kbuild.txt
@@ -88,6 +88,7 @@  In most cases the name of the architectu
 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