erlang: remove non-SMP build option
authorFrank Hunleth <fhunleth@troodon-software.com>
Wed, 20 Dec 2017 14:32:39 +0000 (09:32 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 28 Dec 2017 22:25:43 +0000 (23:25 +0100)
commitc68ec4297ec9fea58fab910fe095bbfefd11c6f8
tree0f684f3236e2a564875c28ac167ccf0e336cb00c
parent986eb3b611a356d466c7a7c17e7a1d962362cb6a
erlang: remove non-SMP build option

The non-SMP scheduler was deprecated with the Erlang/OTP 20.0 release and
slated for removal with the next major Erlang release. Since the non-SMP
scheduler isn't even built anymore, this option no longer has the
intended effect of saving space or compile time. The SMP scheduler
supports both SMP and non-SMP processors, so removing the option will
not break any platforms.

We do not need to add a legacy entry, because the new behavior is the
same as with the option previously set (i.e. SMP enabled).

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/erlang/Config.in
package/erlang/erlang.mk