Fix the linker emulation setting for riscv.

Reported by:	lwhsu
MFC after:	1 week
Sponsored by:	DARPA / AFRL
This commit is contained in:
jhb 2017-04-05 18:59:58 +00:00
parent c75700ad16
commit 5643c29d52

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}}