aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2021-04-29 08:13:57 -0600
committerWarner Losh <imp@bsdimp.com>2021-05-11 13:53:31 -0600
commitf8ce39701b5be032fb3f9c05e8adb4055f70eec2 (patch)
tree1a32c736b10a08f45a236bb3a22dfc55cf98010d /default-configs
parent65d58c91ef1a15ad945ece367983437576f8e82b (diff)
downloadqemu-f8ce39701b5be032fb3f9c05e8adb4055f70eec2.zip
qemu-f8ce39701b5be032fb3f9c05e8adb4055f70eec2.tar.gz
qemu-f8ce39701b5be032fb3f9c05e8adb4055f70eec2.tar.bz2
bsd-user: Stop building the sparc targets
The forked bsd-user tree doesn't really support these targets. 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. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/targets/sparc-bsd-user.mak3
-rw-r--r--default-configs/targets/sparc64-bsd-user.mak4
2 files changed, 0 insertions, 7 deletions
diff --git a/default-configs/targets/sparc-bsd-user.mak b/default-configs/targets/sparc-bsd-user.mak
deleted file mode 100644
index 9ba3d7b..0000000
--- 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 8dd3217..0000000
--- 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