Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lu Xu
slapos
Commits
ff0adf2a
Commit
ff0adf2a
authored
Apr 23, 2019
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
binutils: multiple version up.
In order to fix (at least) gcc 5.5 build on gcc 8.3.0 .
parent
f1843540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
component/binutils/buildout.cfg
component/binutils/buildout.cfg
+8
-8
No files found.
component/binutils/buildout.cfg
View file @
ff0adf2a
...
...
@@ -7,8 +7,8 @@ parts = binutils
[mpfr]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/mpfr/mpfr-
3.1.3
.tar.xz
md5sum =
6969398cd2fbc56a6af570b5273c56a9
url = http://ftp.gnu.org/gnu/mpfr/mpfr-
4.0.2
.tar.xz
md5sum =
320fbc4463d4c8cb1e566929d8adc4f8
configure-options =
--with-gmp=${gmp:location}
--disable-static
...
...
@@ -19,8 +19,8 @@ environment =
[mpc]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/mpc/mpc-1.
0.3
.tar.gz
md5sum =
d6a1d5f8ddea3abd2cc3e98f58352d26
url = http://ftp.gnu.org/gnu/mpc/mpc-1.
1.0
.tar.gz
md5sum =
4125404e41e482ec68282a2e687f6c73
configure-options =
--with-gmp=${gmp:location}
--with-mpfr=${mpfr:location}
...
...
@@ -31,8 +31,8 @@ environment =
[isl]
recipe = slapos.recipe.cmmi
shared = true
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.1
6.1
.tar.bz2
md5sum =
ac1f25a0677912952718a51f5bc20f
32
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.1
8
.tar.bz2
md5sum =
11436d6b205e516635b666090b94ab
32
configure-options =
--with-gmp-prefix=${gmp:location}
--disable-static
...
...
@@ -42,8 +42,8 @@ environment =
[binutils]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/binutils/binutils-2.
27
.tar.bz2
md5sum =
2869c9bf3e60ee97c74ac2a6bf4e9d68
url = http://ftp.gnu.org/gnu/binutils/binutils-2.
32
.tar.bz2
md5sum =
64f8ea283e571200f8b2b7f66fe8a0d6
configure-options =
--disable-bootstrap
--with-mpc=${mpc:location}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment