OSDN Git Service

sparc: unify sparc32/sparc64 archhelp
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 13 Apr 2023 20:38:57 +0000 (13:38 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 26 Apr 2023 12:10:39 +0000 (21:10 +0900)
commitdbb5f7c3fae38de3e69d48b984e6f539993a02d3
tree0a802b9e4a62367e36b1abf998fd4435a184ec91
parentc90b3bbff2a097f4b6861c6d1aac18ed66f15261
sparc: unify sparc32/sparc64 archhelp

Currently, entering
$ make ARCH=sparc32 help
prints the archhelp text for sparc64.
["sparc32" is documented (Documentation/kbuild/kbuild.rst)
to be a recognized alias for 32-bit sparc.]

Instead of handling ARCH=sparc or ARCH=sparc32 or ARCH=sparc64,
just unify all SPARC archhelp text in one place.

Fixes: 5e53879008b9 ("sparc,sparc64: unify Makefile")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/sparc/Makefile