bin: update name of object file

This minor update simply changes the name of the object file within the
library.  It should have no user-facing changes.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-12-28 18:29:06 +08:00
parent 5121f28fde
commit 8bc0b06f95
7 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ New-Item -Force -Name bin -Type Directory
# remove existing blobs because otherwise this will append object files to the old blobs
Remove-Item -Force bin/*.a
$crate = "xous-riscv"
$crate = "vexriscv"
riscv64-unknown-elf-gcc -c -mabi=ilp32 -march=rv32imac asm.S -o bin/$crate.o
riscv64-unknown-elf-ar crs bin/riscv32imac-unknown-none-elf.a bin/$crate.o

View File

@ -2,7 +2,7 @@
set -euxo pipefail
crate=riscv-rt
crate=vexriscv
# remove existing blobs because otherwise this will append object files to the old blobs
rm -f bin/*.a

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.