Fix thumbv6 build.

This commit is contained in:
Hugo van der Wijst 2019-01-16 17:57:54 -08:00 committed by Jorge Aparicio
parent be8a5e89b8
commit 82c533cbf4

View file

@ -125,6 +125,11 @@ main() {
cargo clean
for ex in ${exs[@]}; do
if [ $ex = ramfunc ] && [ $T = thumbv6m-none-eabi ]; then
# LLD doesn't support this at the moment
continue
fi
if [ $ex = singleton ]; then
# singleton build is currently not reproducible due to
# https://github.com/japaric/owned-singleton/issues/2