Skip to content

Commit a5e76ed

Browse files
committed
aarch64-none-elf back to rpi3
1 parent 2f7894d commit a5e76ed

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $(BUILD):
160160
clean:
161161
@echo clean ...
162162
@$(XARGO) clean
163-
@rm -fr $(OUTDIR) $(BUILD)/*
163+
@rm -fr $(OUTDIR) $(BUILD)/* target
164164

165165
#---------------------------------------------------------------------------------
166166
else

aarch64-none-elf.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
99
],
1010
"arch": "aarch64",
1111
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
12-
"disable-redzone": true,
13-
"env": "",
1412
"executables": true,
15-
"features": "+a53,+strict-align",
1613
"linker": "aarch64-none-elf-ld",
1714
"linker-flavor": "ld",
1815
"linker-is-gnu": true,
1916
"llvm-target": "aarch64-unknown-none",
17+
"no-compiler-rt": true,
18+
"features": "+a53,+strict-align",
2019
"max-atomic-width": 128,
2120
"os": "none",
21+
"panic": "abort",
2222
"panic-strategy": "abort",
2323
"position-independent-executables": true,
24+
"relocation-model": "pic",
2425
"target-c-int-width": "32",
2526
"target-endian": "little",
2627
"target-pointer-width": "64",
27-
"vendor": "unknown"
28-
}
28+
"disable-redzone": true
29+
}

0 commit comments

Comments
 (0)