]> Git Repo - buildroot-mgba.git/commit
erlang: Remove BR2_TOOLCHAIN_HAS_THREADS dependency
authorEzequiel García <[email protected]>
Tue, 20 Oct 2015 13:54:46 +0000 (10:54 -0300)
committerThomas Petazzoni <[email protected]>
Wed, 21 Oct 2015 20:12:05 +0000 (22:12 +0200)
commitcbcecc2453ec7f94d82f32a1acd33a09e576ecee
tree5dac2ab42509187173a2b09079eef93bcfb098fe
parent6604119823b4f59b60b87de2b62621f673eede96
erlang: Remove BR2_TOOLCHAIN_HAS_THREADS dependency

Erlang can be built without threads support, by passing an
appropriate config option.

This commit drops the config dependency on BR2_TOOLCHAIN_HAS_THREADS
and instead passes --disable-threads if the toolchain doesn't support
threads.

While here, change the wording of the config comment to "dynamic
library" to be consistent with similar comments elsewhere.

Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/erlang/Config.in
package/erlang/erlang.mk
This page took 0.033275 seconds and 4 git commands to generate.