Commit ff0adf2a authored by Vincent Pelletier's avatar Vincent Pelletier

binutils: multiple version up.

In order to fix (at least) gcc 5.5 build on gcc 8.3.0 .
parent f1843540
...@@ -7,8 +7,8 @@ parts = binutils ...@@ -7,8 +7,8 @@ parts = binutils
[mpfr] [mpfr]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.3.tar.xz url = http://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz
md5sum = 6969398cd2fbc56a6af570b5273c56a9 md5sum = 320fbc4463d4c8cb1e566929d8adc4f8
configure-options = configure-options =
--with-gmp=${gmp:location} --with-gmp=${gmp:location}
--disable-static --disable-static
...@@ -19,8 +19,8 @@ environment = ...@@ -19,8 +19,8 @@ environment =
[mpc] [mpc]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz url = http://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz
md5sum = d6a1d5f8ddea3abd2cc3e98f58352d26 md5sum = 4125404e41e482ec68282a2e687f6c73
configure-options = configure-options =
--with-gmp=${gmp:location} --with-gmp=${gmp:location}
--with-mpfr=${mpfr:location} --with-mpfr=${mpfr:location}
...@@ -31,8 +31,8 @@ environment = ...@@ -31,8 +31,8 @@ environment =
[isl] [isl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.16.1.tar.bz2 url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2
md5sum = ac1f25a0677912952718a51f5bc20f32 md5sum = 11436d6b205e516635b666090b94ab32
configure-options = configure-options =
--with-gmp-prefix=${gmp:location} --with-gmp-prefix=${gmp:location}
--disable-static --disable-static
...@@ -42,8 +42,8 @@ environment = ...@@ -42,8 +42,8 @@ environment =
[binutils] [binutils]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2 url = http://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2
md5sum = 2869c9bf3e60ee97c74ac2a6bf4e9d68 md5sum = 64f8ea283e571200f8b2b7f66fe8a0d6
configure-options = configure-options =
--disable-bootstrap --disable-bootstrap
--with-mpc=${mpc:location} --with-mpc=${mpc:location}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment