From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: paul.walmsley@sifive.com, palmer@dabbelt.com,
aou@eecs.berkeley.edu, unixbhaskar@gmail.com,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Cc: hch@lst.de, acme@redhat.com, jpoimboe@redhat.com,
namhyung@kernel.org, jolsa@kernel.org
Subject: [PATCH] tools: scripts: Remove SH architecture build entry
Date: Mon, 27 Feb 2023 13:42:53 +0530 [thread overview]
Message-ID: <20230227081253.15909-1-unixbhaskar@gmail.com> (raw)
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
reply other threads:[~2023-02-27 8:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230227081253.15909-1-unixbhaskar@gmail.com \
--to=unixbhaskar@gmail.com \
--cc=acme@redhat.com \
--cc=aou@eecs.berkeley.edu \
--cc=hch@lst.de \
--cc=jolsa@kernel.org \
--cc=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=namhyung@kernel.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox