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
Lisa Casino
slapos
Commits
9aff9e6e
Commit
9aff9e6e
authored
Jan 20, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Workaround part interconnection problem.
parent
7531ac43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
component/gcc/buildout.cfg
component/gcc/buildout.cfg
+12
-0
No files found.
component/gcc/buildout.cfg
View file @
9aff9e6e
...
@@ -63,6 +63,7 @@ md5sum = d7cd6a27c8801e66cbaa964a039ecfdb
...
@@ -63,6 +63,7 @@ md5sum = d7cd6a27c8801e66cbaa964a039ecfdb
filename = ecj.jar
filename = ecj.jar
[gcc-download]
[gcc-download]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-4.5.3.tar.bz2
url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-4.5.3.tar.bz2
md5sum = 8e0b5c12212e185f3e4383106bfa9cc6
md5sum = 8e0b5c12212e185f3e4383106bfa9cc6
...
@@ -70,6 +71,7 @@ strip-top-level-dir = True
...
@@ -70,6 +71,7 @@ strip-top-level-dir = True
destination = ${gcc-source:location}
destination = ${gcc-source:location}
[gcc-java-download]
[gcc-java-download]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-java-4.5.3.tar.bz2
url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-java-4.5.3.tar.bz2
md5sum = 08e045fdbdc22ac9af3aec3b8d16dbab
md5sum = 08e045fdbdc22ac9af3aec3b8d16dbab
...
@@ -78,6 +80,7 @@ destination = ${gcc-source:location}
...
@@ -78,6 +80,7 @@ destination = ${gcc-source:location}
ignore-existing = true
ignore-existing = true
[gcc-source]
[gcc-source]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[gcc-multiarch.patch]
[gcc-multiarch.patch]
...
@@ -95,6 +98,7 @@ filename = ${:_buildout_section_name_}
...
@@ -95,6 +98,7 @@ filename = ${:_buildout_section_name_}
download-only = true
download-only = true
[gcc-java-minimal]
[gcc-java-minimal]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
depends =
depends =
${gcc-download:location}
${gcc-download:location}
${gcc-java-download:location}
${gcc-java-download:location}
...
@@ -129,6 +133,7 @@ environment =
...
@@ -129,6 +133,7 @@ environment =
make-targets = install -j1
make-targets = install -j1
[gcc]
[gcc]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
depends =
depends =
${gcc-download:location}
${gcc-download:location}
${gcc-java-download:location}
${gcc-java-download:location}
...
@@ -159,3 +164,10 @@ environment =
...
@@ -159,3 +164,10 @@ environment =
PATH=${zip:location}/bin:%(PATH)s
PATH=${zip:location}/bin:%(PATH)s
# make install does not work when several core are used
# make install does not work when several core are used
make-targets = install -j1
make-targets = install -j1
[gcc-interconnection-workaround]
# gcc parts are interconnected, so buildout is not capable to clean them up
# until gcc will be simplified by using more robust build recipe (like
# slapos.recipe.build) each time any of parts which reuses this one gets updated
# the hack-revision have to be increased
hack-revision = 1
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