* [PATCH] tools: scripts: Remove SH architecture build entry
@ 2023-02-27 8:12 Bhaskar Chowdhury
0 siblings, 0 replies; only message in thread
From: Bhaskar Chowdhury @ 2023-02-27 8:12 UTC (permalink / raw)
To: paul.walmsley, palmer, aou, unixbhaskar, linux-kernel,
linux-riscv
Cc: hch, acme, jpoimboe, namhyung, jolsa
As per Christoph's effort to remove the defunct architecture,which you can
see it here :
https://lore.kernel.org/all/20230113062339.1909087-4-hch@lst.de/
I have remove the sh related build option.
cc: hch@lst.de
cc: acme@redhat.com
cc: jpoimboe@redhat.com
cc: namhyung@kernel.org
cc: jolsa@kernel.org
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
tools/scripts/Makefile.arch | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/tools/scripts/Makefile.arch b/tools/scripts/Makefile.arch
index 0c6c7f456887..43bc1c4bf301 100644
--- a/tools/scripts/Makefile.arch
+++ b/tools/scripts/Makefile.arch
@@ -4,7 +4,7 @@ HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
-e /arm64/!s/arm.*/arm/ -e s/sa110/arm/ \
-e s/s390x/s390/ -e s/parisc64/parisc/ \
-e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
- -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ \
+ -e s/aarch64.*/arm64/ \
-e s/riscv.*/riscv/)
ifndef ARCH
@@ -29,11 +29,6 @@ ifeq ($(ARCH),sparc64)
SRCARCH := sparc
endif
-# Additional ARCH settings for sh
-ifeq ($(ARCH),sh64)
- SRCARCH := sh
-endif
-
LP64 := $(shell echo __LP64__ | ${CC} ${CFLAGS} -E -x c - | tail -n 1)
ifeq ($(LP64), 1)
IS_64_BIT := 1
--
2.39.2
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-27 8:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 8:12 [PATCH] tools: scripts: Remove SH architecture build entry Bhaskar Chowdhury
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox