Commit a4fe43db authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

check glibc version

parent bece2505
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ find $targetdir -name "*.[ch]" -exec sed -i.bak -e "s/\(0x[0-9a-fA-F]*\)UL/\(\(u

# run wmc_tool, exit if the command fails
"$scriptdir/tools/$system/wmc_tool" $wmc_opt -m "$targetdir/apps/encoder.c" "$targetdir/lib_enc/*.c" "$targetdir/lib_com/*.c" >>wmc_tool_output.txt 2>&1
ldd --version ldd 
cat wmc_tool_output.txt

set -e