|
@@ -15,11 +15,11 @@ config BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
|
|
# erlang needs host-erlang
|
|
# erlang needs host-erlang
|
|
depends on BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
|
|
|
|
|
|
-comment "erlang needs a toolchain w/ dynamic library, threads, wchar"
|
|
|
|
|
|
+comment "erlang needs a glibc or musl toolchain w/ dynamic library, threads, wchar"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
- || !BR2_USE_WCHAR
|
|
|
|
|
|
+ || !BR2_USE_WCHAR || BR2_TOOLCHAIN_USES_UCLIBC
|
|
|
|
|
|
config BR2_PACKAGE_ERLANG
|
|
config BR2_PACKAGE_ERLANG
|
|
bool "erlang"
|
|
bool "erlang"
|
|
@@ -27,6 +27,7 @@ config BR2_PACKAGE_ERLANG
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_UCLIBC
|
|
depends on BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
help
|