File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 10
10
# - thumbv7em-none-eabihf (Bare Cortex-M4F, M7F, FPU, hardfloat)
11
11
# - thumbv7m-none-eabi (Bare Cortex-M3)
12
12
13
- # only-thumbv6m-none-eabi
14
- # only-thumbv7em-none-eabi
15
- # only-thumbv7em-none-eabihf
16
- # only-thumbv7m-none-eabi
13
+ # only-thumb
17
14
18
15
# For cargo setting
19
16
RUSTC := $(RUSTC_ORIGINAL )
@@ -27,7 +24,8 @@ CRATE := cortex-m
27
24
CRATE_URL := https://github.com/rust-embedded/cortex-m
28
25
CRATE_SHA1 := a448e9156e2cb1e556e5441fd65426952ef4b927 # 0.5.0
29
26
30
- export RUSTFLAGS := --cap-lints=allow
27
+ # Don't make lints fatal, but they need to at least warn or they break Cargo's target info parsing.
28
+ export RUSTFLAGS := --cap-lints=warn
31
29
32
30
all :
33
31
env
Original file line number Diff line number Diff line change 1
1
-include ../../run-make-fulldeps/tools.mk
2
2
3
- # only-thumbv7m-none-eabi
4
- # only-thumbv6m-none-eabi
3
+ # only-thumb
5
4
6
5
# How to run this
7
6
# $ ./x.py clean
You can’t perform that action at this time.
0 commit comments