forked from Yehowshua/RiscV-Formal
hello_world: Use nixpkgs target prefix
nixpkgs `riscv64-embedded` is `riscv64-none-elf`
This commit is contained in:
parent
eb77c50eb2
commit
9c0bc141f0
|
@ -1,8 +1,8 @@
|
||||||
# RISC-V toolchain
|
# RISC-V toolchain
|
||||||
CC = riscv64-unknown-elf-gcc
|
CC = riscv64-none-elf-gcc
|
||||||
AS = riscv64-unknown-elf-as
|
AS = riscv64-none-elf-as
|
||||||
LD = riscv64-unknown-elf-ld
|
LD = riscv64-none-elf-ld
|
||||||
OBJCOPY = riscv64-unknown-elf-objcopy
|
OBJCOPY = riscv64-none-elf-objcopy
|
||||||
QEMU = qemu-system-riscv64
|
QEMU = qemu-system-riscv64
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
|
|
Loading…
Reference in a new issue