Fix the linker emulation setting for riscv.

Reported by:	lwhsu
MFC after:	1 week
Sponsored by:	DARPA / AFRL
This commit is contained in:
John Baldwin 2017-04-05 18:59:58 +00:00
parent 799c5faa8b
commit fd46810af6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316537

View File

@ -270,6 +270,6 @@ LD_EMULATION_mipsn32el= elf32btsmipn32_fbsd # I don't think this is a thing th
LD_EMULATION_powerpc= elf32ppc_fbsd
LD_EMULATION_powerpcspe= elf32ppc_fbsd
LD_EMULATION_powerpc64= elf64ppc_fbsd
LD_EMULATION_riscv= elf64riscv
LD_EMULATION_riscv64= elf64lriscv
LD_EMULATION_sparc64= elf64_sparc_fbsd
LD_EMULATION=${LD_EMULATION_${MACHINE_ARCH}}