Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
cb69ca1a
Commit
cb69ca1a
authored
Jun 15, 2016
by
Thanassis Tsiodras
Browse files
Add (in comments) the workarounds in ESA's network
parent
21a6a18f
Pipeline
#328
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
OAR/contrib/build.rtems.4.12.sh
View file @
cb69ca1a
...
...
@@ -67,8 +67,11 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
# [ ! -d sources ] && {
# mkdir -p sources
# cd sources
# cp -al ~/development/rtems/pkg_sources/* .
# cp -al ~/development/rtems/pkg_sources
_cache
/* .
# cd ..
# for i in config/tools/*cfg ; do
# cat "$i" | sed 's,ftp://ftp.gnu.org,http://ftp.gnu.org,;s,ftp://gcc.gnu.org,http://gcc.gnu.org,;' > "$i".new && mv "$i".new "$i"
# done
# }
# Build the cross compiler
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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