mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +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
|
cargo clean
|
||||||
for ex in ${exs[@]}; do
|
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
|
if [ $ex = singleton ]; then
|
||||||
# singleton build is currently not reproducible due to
|
# singleton build is currently not reproducible due to
|
||||||
# https://github.com/japaric/owned-singleton/issues/2
|
# https://github.com/japaric/owned-singleton/issues/2
|
||||||
|
|
Loading…
Reference in a new issue