mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 03:38:09 +02:00
tools: fix the PowerPC build
On ppc archtecture the "nm_bt_vtable_network_server" symbol in the small objects section instead of .bss, represencted by a "S" letter. Also include "G" which is an equivalent thing for initialized data. We don't seem to have such objects at the moment, but when we do it could result in a nasty surprise.
This commit is contained in:
parent
8efeb3688c
commit
aa0707005c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ call_nm() {
|
||||||
|
|
||||||
get_symbols_nm () {
|
get_symbols_nm () {
|
||||||
call_nm ./src/.libs/libNetworkManager.a |
|
call_nm ./src/.libs/libNetworkManager.a |
|
||||||
sed -n 's/^[tTDRB] //p' |
|
sed -n 's/^[tTDGRBS] //p' |
|
||||||
_sort
|
_sort
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue