Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
74282c8f
Commit
74282c8f
authored
Jul 18, 2017
by
Thanassis Tsiodras
Browse files
Revert "Newest RTEMS4.12 compiler - includes -mfix-gr712rc for the cache coherency errata"
This reverts commit
62fc164a
.
parent
8920de41
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/85_rtems.sh
View file @
74282c8f
...
...
@@ -57,9 +57,13 @@ grep RTEMS_MAKEFILE_PATH_LEON $HOME/.bashrc.taste >/dev/null || {
# Add a replace for it
TMPCFG
=
$HOME
/.bashrc.taste.new
cat
$HOME
/.bashrc.taste |
\
sed
"
s,
/
opt/rtems-4.[0-9]*/sparc-rtems4.[0-9]*/leon.,
${
NEW_RTEMS_FOLDER
}
/sparc-rtems4.12/leon3,
"
\
sed
'
s,opt/rtems-4.[0-9]*/sparc-rtems4.[0-9]*/leon.,
opt/rtems-4.12
/sparc-rtems4.12/leon3,
'
\
>
${
TMPCFG
}
mv
${
TMPCFG
}
$HOME
/.bashrc.taste
# Remove deprecated symlink
sudo rm
-f
/opt/rtems-4.11.2-SMP-FPU-2017.07.13 2>/dev/null
# Add symlink from original path - RTEMS toolchain "burns" hardcoded paths!
if
[
-f
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
]
;
then
\
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
-v
2>&1 |
\
grep
4f3b8da031e42d126afd94d17582123f66b78a68
&&
\
{
cd
/opt
;
sudo ln
-s
rtems-4.12 rtems-4.11.2-SMP-FPU-2017.07.13
;
}
fi
Write
Preview
Supports
Markdown
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