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

* [Buildroot] [PATCH] jamvm: Restrict MIPS BE and MIPS64 cores
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2013-05-23 21:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Markos" == Markos Chandras <markos.chandras@gmail.com> writes:

 Markos> From: Markos Chandras <markos.chandras@imgtec.com>
 Markos> The configure.ac script is only looking for mipsel-*-linux so restrict
 Markos> unsupported MIPS cores.

 Markos> Fixes the following problem:

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

A quick look at configure.ac seems to show that it only supports:

arm, armeb, i386, mipsel, powerpc and x86-64.

Care to send a patch making it depend on those archs instead?


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

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


 Markos> _______________________________________________
 Markos> buildroot mailing list
 Markos> buildroot at busybox.net
 Markos> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] jamvm: Restrict MIPS BE and MIPS64 cores
  2013-05-23 21:20 ` Peter Korsgaard
@ 2013-05-23 21:27   ` Markos Chandras
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras @ 2013-05-23 21:27 UTC (permalink / raw)
  To: buildroot

On 23 May 2013 22:20, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Markos" == Markos Chandras <markos.chandras@gmail.com> writes:
>
>  Markos> From: Markos Chandras <markos.chandras@imgtec.com>
>  Markos> The configure.ac script is only looking for mipsel-*-linux so restrict
>  Markos> unsupported MIPS cores.
>
>  Markos> Fixes the following problem:
>
>  Markos> configure: error: mips-buildroot-linux-uclibc not supported
>
> A quick look at configure.ac seems to show that it only supports:
>
> arm, armeb, i386, mipsel, powerpc and x86-64.
>
> Care to send a patch making it depend on those archs instead?
>

Hi Peter,

Yes I will send a new patch.


--
Regards,
Markos Chandras

^ permalink raw reply	[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.