Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yaskovet
openfpm_pdata
Commits
baf31ea1
Commit
baf31ea1
authored
Jul 19, 2021
by
incardon
Browse files
Fixing installation of GDB server
parent
0275c517
Changes
1
Show whitespace changes
Inline
Side-by-side
script/solve_gdbserver
View file @
baf31ea1
...
@@ -19,7 +19,7 @@ elif [ x"$1" = x"linux" ]; then
...
@@ -19,7 +19,7 @@ elif [ x"$1" = x"linux" ]; then
elif
[
x
"
$pcman
"
=
x
"pacman"
]
;
then
elif
[
x
"
$pcman
"
=
x
"pacman"
]
;
then
package_name
=
gdb
package_name
=
gdb
elif
[
x
"
$pcman
"
=
x
"apt-get"
]
;
then
elif
[
x
"
$pcman
"
=
x
"apt-get"
]
;
then
package_name
=
gdbsever
package_name
=
gdbse
r
ver
else
else
package_name
=
gdb-gdbserver
package_name
=
gdb-gdbserver
fi
fi
...
...
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