stand: Use the correct OUTPUT_ARCH in the linker script for RISC-V

Compare to the OUTPUT_ARCH in sys/conf/ldscript.riscv.

Reviewed by:	mhorne
Differential Revision:	https://reviews.freebsd.org/D54962
This commit is contained in:
John Baldwin
2026-01-31 12:09:44 -05:00
parent b26a7af438
commit 2e8ef82b34
+1 -1
View File
@@ -1,5 +1,5 @@
OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")
OUTPUT_ARCH(riscv64)
OUTPUT_ARCH(riscv)
ENTRY(_start)
SECTIONS
{