File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ Remove-Item -Force bin/*.a
3
3
4
4
$crate = " riscv-rt"
5
5
$extension_sets = @ (" i" , " im" , " ic" , " imc" )
6
+ $pwd = Get-Location
6
7
7
8
foreach ($ext in $extension_sets ) {
8
- riscv64- unknown- elf- gcc - ggdb3 - c - mabi= ilp32 - march= rv32$ext asm.S - o bin/ $crate.o
9
+ riscv64- unknown- elf- gcc - ggdb3 - fdebug - prefix - map = $pwd =/ riscv - rt - c - mabi= ilp32 - march= rv32$ext asm.S - o bin/ $crate.o
9
10
riscv64- unknown- elf- ar crs bin/ riscv32$ext - unknown- none- elf.a bin/ $crate.o
10
11
11
- riscv64- unknown- elf- gcc - ggdb3 - c - mabi= lp64 - march= rv64$ext asm.S - o bin/ $crate.o
12
+ riscv64- unknown- elf- gcc - ggdb3 - fdebug - prefix - map = $pwd =/ riscv - rt - c - mabi= lp64 - march= rv64$ext asm.S - o bin/ $crate.o
12
13
riscv64- unknown- elf- ar crs bin/ riscv64$ext - unknown- none- elf.a bin/ $crate.o
13
14
}
14
15
You can’t perform that action at this time.
0 commit comments