adjust test: weak symbols are now in librlibc.rlib

master
Jorge Aparicio 2016-08-15 20:22:58 -05:00
parent 55eb1b71a0
commit 94ab3e09c5
1 changed files with 1 additions and 1 deletions

View File

@ -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