File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ $(BUILD):
160
160
clean :
161
161
@echo clean ...
162
162
@$(XARGO ) clean
163
- @rm -fr $(OUTDIR ) $(BUILD ) /*
163
+ @rm -fr $(OUTDIR ) $(BUILD ) /* target
164
164
165
165
# ---------------------------------------------------------------------------------
166
166
else
Original file line number Diff line number Diff line change 9
9
],
10
10
"arch" : " aarch64" ,
11
11
"data-layout" : " e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" ,
12
- "disable-redzone" : true ,
13
- "env" : " " ,
14
12
"executables" : true ,
15
- "features" : " +a53,+strict-align" ,
16
13
"linker" : " aarch64-none-elf-ld" ,
17
14
"linker-flavor" : " ld" ,
18
15
"linker-is-gnu" : true ,
19
16
"llvm-target" : " aarch64-unknown-none" ,
17
+ "no-compiler-rt" : true ,
18
+ "features" : " +a53,+strict-align" ,
20
19
"max-atomic-width" : 128 ,
21
20
"os" : " none" ,
21
+ "panic" : " abort" ,
22
22
"panic-strategy" : " abort" ,
23
23
"position-independent-executables" : true ,
24
+ "relocation-model" : " pic" ,
24
25
"target-c-int-width" : " 32" ,
25
26
"target-endian" : " little" ,
26
27
"target-pointer-width" : " 64" ,
27
- "vendor " : " unknown "
28
- }
28
+ "disable-redzone " : true
29
+ }
You can’t perform that action at this time.
0 commit comments