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
BC
public
linphone-cmake-builder
Commits
498de6e8
Commit
498de6e8
authored
Feb 19, 2015
by
Ghislain MARY
Browse files
List symbols for both static and dynamic libraries in lorder.
parent
9ddfbb56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
configs/python/lorder
configs/python/lorder
+3
-1
No files found.
configs/python/lorder
View file @
498de6e8
...
...
@@ -60,7 +60,9 @@ for file in "$@"; do echo "$file $file" ; done
#
# if the line has " U " it's a globally undefined symbol, put it into
# the reference file.
${
NM
:-
nm
}
-go
"
$@
"
|
sed
"
static
=
`
${
NM
:-
nm
}
-go
"
$@
"
`
dynamic
=
`
${
NM
:-
nm
}
-Dgo
"
$@
"
`
echo
"
$static
\n
$dynamic
"
|
sed
"
/ [TDGR] / {
s/:.* [TDGR] / /
w
$S
...
...
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