diff options
author | Johan Oudinet <johan.oudinet@gmail.com> | 2017-11-30 16:42:02 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 22:46:48 +0100 |
commit | 121f0cd0e4e5267d1e276daba96e165552b47bce (patch) | |
tree | 0ed73c81a0c0fe89a26732104e718eb578f1aa8f /package/erlang/erlang.mk | |
parent | 130b01d52bbcaa788915f3b2d337d17a0ce74724 (diff) | |
download | buildroot-121f0cd0e4e5267d1e276daba96e165552b47bce.tar.gz buildroot-121f0cd0e4e5267d1e276daba96e165552b47bce.zip |
erlang: bump to version 20.0
This change bumps the Erlang version from 19.3 to 20.0. As a new major
release, there are a few incompatibilities. Details are here:
http://www.erlang.org/news/114
This should fix builds on ppc64le host machines:
http://autobuild.buildroot.net/results/407af9800313d4540643d7625e85acc0c2366892
http://autobuild.buildroot.net/results/2aca54ad48ecfd72242d97499e21a46c1b384b10
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Reviewed-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/erlang/erlang.mk')
-rw-r--r-- | package/erlang/erlang.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk index f3684d0c91..733c1d5786 100644 --- a/package/erlang/erlang.mk +++ b/package/erlang/erlang.mk @@ -5,7 +5,7 @@ ################################################################################ # See note below when updating Erlang -ERLANG_VERSION = 19.3 +ERLANG_VERSION = 20.0 ERLANG_SITE = http://www.erlang.org/download ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz ERLANG_DEPENDENCIES = host-erlang @@ -19,7 +19,7 @@ ERLANG_AUTORECONF = YES # Whenever updating Erlang, this value should be updated as well, to the # value of EI_VSN in the file lib/erl_interface/vsn.mk -ERLANG_EI_VSN = 3.9.3 +ERLANG_EI_VSN = 3.10 # The configure checks for these functions fail incorrectly ERLANG_CONF_ENV = ac_cv_func_isnan=yes ac_cv_func_isinf=yes |