adjust test: weak symbols are now in librlibc.rlib
This commit is contained in:
parent
b193bf698d
commit
de150c1701
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ inspect() {
|
|||
linux)
|
||||
local symbols=( memcmp memcpy memmove memset )
|
||||
for symbol in "${symbols[@]}"; do
|
||||
$PREFIX$NM target/**/debug/*.rlib | grep -q "W $symbol"
|
||||
$PREFIX$NM target/**/debug/deps/librlibc*.rlib | grep -q "W $symbol"
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue