use size instead of arm-none-eabi-size

This commit is contained in:
Jorge Aparicio
2018-08-28 14:55:02 +02:00
parent 7bb74b2123
commit b89c76e3fc

View File

@@ -61,7 +61,7 @@ EOF
examples+=( $ex )
fi
IFS=,;eval arm-none-eabi-size target/$TARGET/release/examples/"{${examples[*]}}"
IFS=,;eval size target/$TARGET/release/examples/"{${examples[*]}}"
popd
rm -rf $td