All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] jamvm: Restrict MIPS BE and MIPS64 cores
@ 2013-05-21 13:29 Markos Chandras
  2013-05-23 21:20 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Markos Chandras @ 2013-05-21 13:29 UTC (permalink / raw)
  To: buildroot

From: Markos Chandras <markos.chandras@imgtec.com>

The configure.ac script is only looking for mipsel-*-linux so restrict
unsupported MIPS cores.

Fixes the following problem:

configure: error: mips-buildroot-linux-uclibc not supported

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
 package/jamvm/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 package/jamvm/Config.in

diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in
old mode 100644
new mode 100755
index 0287f80..955dcf6
--- a/package/jamvm/Config.in
+++ b/package/jamvm/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_JAMVM
 	bool "jamvm"
-	depends on BR2_INET_IPV6
+	depends on BR2_INET_IPV6 && !BR2_mips && !BR2_mips64 && !BR2_mips64el
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_CLASSPATH
 	help
-- 
1.8.2.1

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

end of thread, other threads:[~2013-05-23 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 13:29 [Buildroot] [PATCH] jamvm: Restrict MIPS BE and MIPS64 cores Markos Chandras
2013-05-23 21:20 ` Peter Korsgaard
2013-05-23 21:27   ` Markos Chandras

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.