sys/conf: Remove LD_EMULATION_armv6

Armv6 support has been removed, we can remove LD_EMULATION for it.

Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45959
This commit is contained in:
Andrew Turner 2024-07-12 11:51:28 +00:00
parent 66a6e1d613
commit 4ec5fbdded

View file

@ -324,7 +324,6 @@ CCLDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W}
LD_EMULATION_aarch64=aarch64elf
LD_EMULATION_amd64=elf_x86_64_fbsd
LD_EMULATION_arm=armelf_fbsd
LD_EMULATION_armv6=armelf_fbsd
LD_EMULATION_armv7=armelf_fbsd
LD_EMULATION_i386=elf_i386_fbsd
LD_EMULATION_powerpc= elf32ppc_fbsd