adjust test: weak symbols are now in librlibc.rlib
This commit is contained in:
parent
55eb1b71a0
commit
94ab3e09c5
|
@ -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…
Reference in New Issue