Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] erlang: enable compilation on mipsel
@ 2016-06-21 16:46 Frank Hunleth
  2016-06-22  7:01 ` Thomas Petazzoni
  2016-06-30 22:44 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Frank Hunleth @ 2016-06-21 16:46 UTC (permalink / raw)
  To: buildroot

Erlang works fine on mipsel platforms so add it to the supported list.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---

As a side note, one would hope that Erlang would work fine on mips, mips64
and mipsel64, but I haven't found documentation of this yet and I can't
verify it myself on real hw.

 package/erlang/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/erlang/Config.in b/package/erlang/Config.in
index 56cee54..11407db 100644
--- a/package/erlang/Config.in
+++ b/package/erlang/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
 	# see HOWTO/INSTALL.md for Erlang's supported platforms
 	# when using its native atomic ops implementation
 	default y if BR2_i386 || BR2_x86_64 || BR2_powerpc || \
-		BR2_sparc_v9 || BR2_arm || BR2_aarch64
+		BR2_sparc_v9 || BR2_arm || BR2_aarch64 || BR2_mipsel

 comment "erlang needs a toolchain w/ dynamic library"
 	depends on BR2_USE_MMU # fork()
--
2.5.0

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

end of thread, other threads:[~2016-06-30 22:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 16:46 [Buildroot] [PATCH] erlang: enable compilation on mipsel Frank Hunleth
2016-06-22  7:01 ` Thomas Petazzoni
2016-06-22 15:27   ` Frank Hunleth
2016-06-30 22:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox