CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/12/09 14:28:58
Modified files:
lang/erlang : Makefile.inc
lang/erlang/16 : Makefile
lang/erlang/17 : Makefile
lang/erlang/18 : Makefile
lang/erlang/19 : Makefile
Log message:
Erlang fails to build on arm when smp is enable. Remove --enable-smp
from configure and disable explicitly it on arm and hppa. The 4
versions build fine on amd64 with and without smp enabled. The port
will also add a symlink to the erlang interpreter on those
architectures to avoid the use of a PFRAG file.
Based on a patch from phessler@. OK phessler@.