From: Warner Losh <imp@bsdimp.com>
To: qemu-devel@nongnu.org
Cc: kevans@freebsd.org, Warner Losh <imp@bsdimp.com>
Subject: [PATCH 2/3] bsd-user: Stop building the sparc platforms
Date: Mon, 10 May 2021 16:15:10 -0600 [thread overview]
Message-ID: <20210510221511.14205-3-imp@bsdimp.com> (raw)
In-Reply-To: <20210510221511.14205-1-imp@bsdimp.com>
The forked bsd-user tree doesn't really support these platforms. They aren't
functional at the moment anyway. Remove them from the build so that the major
reorg patch series can focus on one platform (x86) before adding addition
platforms once things are shuffled. This should make it easier to review
and satisfy that all revisions of a patch series are buildable.
Signed-off-by: Warner Losh <imp@bsdimp.com>
---
default-configs/targets/sparc-bsd-user.mak | 3 ---
default-configs/targets/sparc64-bsd-user.mak | 4 ----
2 files changed, 7 deletions(-)
delete mode 100644 default-configs/targets/sparc-bsd-user.mak
delete mode 100644 default-configs/targets/sparc64-bsd-user.mak
diff --git a/default-configs/targets/sparc-bsd-user.mak b/default-configs/targets/sparc-bsd-user.mak
deleted file mode 100644
index 9ba3d7b07f..0000000000
--- a/default-configs/targets/sparc-bsd-user.mak
+++ /dev/null
@@ -1,3 +0,0 @@
-TARGET_ARCH=sparc
-TARGET_ALIGNED_ONLY=y
-TARGET_WORDS_BIGENDIAN=y
diff --git a/default-configs/targets/sparc64-bsd-user.mak b/default-configs/targets/sparc64-bsd-user.mak
deleted file mode 100644
index 8dd3217800..0000000000
--- a/default-configs/targets/sparc64-bsd-user.mak
+++ /dev/null
@@ -1,4 +0,0 @@
-TARGET_ARCH=sparc64
-TARGET_BASE_ARCH=sparc
-TARGET_ALIGNED_ONLY=y
-TARGET_WORDS_BIGENDIAN=y
--
2.22.1
next prev parent reply other threads:[~2021-05-10 22:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-10 22:15 [PATCH 0/3] bsd-user cleanup Warner Losh
2021-05-10 22:15 ` [PATCH 1/3] bsd-user: remove target_signal.h, it's unused Warner Losh
2021-05-10 22:15 ` Warner Losh [this message]
2021-05-11 18:08 ` [PATCH 2/3] bsd-user: Stop building the sparc platforms Philippe Mathieu-Daudé
2021-05-10 22:15 ` [PATCH 3/3] bsd-user: rename linux_binprm to bsd_binprm Warner Losh
2021-05-10 22:21 ` [PATCH 0/3] bsd-user cleanup no-reply
2021-05-11 17:06 ` Richard Henderson
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=20210510221511.14205-3-imp@bsdimp.com \
--to=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=qemu-devel@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).