adjust test: weak symbols are now in librlibc.rlib
This commit is contained in:
parent
55eb1b71a0
commit
94ab3e09c5
|
@ -20,7 +20,7 @@ inspect() {
|
||||||
linux)
|
linux)
|
||||||
local symbols=( memcmp memcpy memmove memset )
|
local symbols=( memcmp memcpy memmove memset )
|
||||||
for symbol in "${symbols[@]}"; do
|
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
|
done
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue