[Buildroot] [PATCH] erlang: enable compilation on mipsel

Frank Hunleth fhunleth at troodon-software.com
Tue Jun 21 16:46:53 UTC 2016


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

Signed-off-by: Frank Hunleth <fhunleth at 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



More information about the buildroot mailing list