All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/openjdk: remove mips support
@ 2019-04-15 21:14 aduskett at gmail.com
  2019-04-15 21:14 ` [Buildroot] [PATCH 2/2] package/openjdk: only support a single variant at a time aduskett at gmail.com
  2019-04-17  6:52 ` [Buildroot] [PATCH 1/1] package/openjdk: remove mips support Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: aduskett at gmail.com @ 2019-04-15 21:14 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

The mips-port project has been abandoned for some time.
https://mail.openjdk.java.net/pipermail/mips-port/2018-August/000082.html

Fixes:
http://autobuild.buildroot.net/results/1059026c9b5f503684fe1589cd43d25a8484290b/build-end.log
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/openjdk/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/openjdk/Config.in b/package/openjdk/Config.in
index 1363587ed5..de0efcc86b 100644
--- a/package/openjdk/Config.in
+++ b/package/openjdk/Config.in
@@ -9,7 +9,6 @@ config BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS
 	default y if BR2_arm
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_m68k
-	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
 	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
 	default y if BR2_sh
 	default y if BR2_sparc || BR2_sparc64
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-17  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-15 21:14 [Buildroot] [PATCH 1/1] package/openjdk: remove mips support aduskett at gmail.com
2019-04-15 21:14 ` [Buildroot] [PATCH 2/2] package/openjdk: only support a single variant at a time aduskett at gmail.com
2019-04-15 21:18   ` Thomas Petazzoni
2019-04-17  6:52 ` [Buildroot] [PATCH 1/1] package/openjdk: remove mips support Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.