mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix thumbv6 build.
This commit is contained in:
parent
be8a5e89b8
commit
82c533cbf4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue