diff options
Diffstat (limited to 'pkg/binutils/vec.lua')
| -rw-r--r-- | pkg/binutils/vec.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/binutils/vec.lua b/pkg/binutils/vec.lua index d8d4ca10..09541845 100644 --- a/pkg/binutils/vec.lua +++ b/pkg/binutils/vec.lua @@ -17,6 +17,7 @@ return { aarch64_elf64_le_vec={'elf64-aarch64.c', 'elfxx-aarch64.c', 'elf-ifunc.c', 'elf64.c', elf}, aarch64_elf64_le_cloudabi_vec={'elf64-aarch64.c', 'elfxx-aarch64.c', 'elf-ifunc.c', 'elf64.c', elf}, aarch64_mach_o_vec={'mach-o-aarch64.c'}, + aarch64_pei_vec={'pei-aarch64.c', 'pe-aarch64igen.c', coff}, alpha_ecoff_le_vec={'coff-alpha.c', 'ecoff.c', ecoff}, alpha_elf64_vec={'elf64-alpha.c', 'elf64.c', elf}, alpha_elf64_fbsd_vec={'elf64-alpha.c', 'elf64.c', elf}, @@ -108,6 +109,8 @@ return { l1om_elf64_fbsd_vec={'elf64-x86-64.c', 'elfxx-x86.c', 'elf-ifunc.c', 'elf64.c', elf}, lm32_elf32_vec={'elf32-lm32.c', 'elf32.c', elf}, lm32_elf32_fdpic_vec={'elf32-lm32.c', 'elf32.c', elf}, + loongarch_elf32_vec={'elf32-loongarch.c', 'elfxx-loongarch.c', 'elf32.c', 'elf-ifunc.c', elf}, + loongarch_elf64_vec={'elf64-loongarch.c', 'elf64.c', 'elfxx-loongarch.c', 'elf32.c', 'elf-ifunc.c', elf}, m32c_elf32_vec={'elf32-m32c.c', 'elf32.c', elf}, m32r_elf32_vec={'elf32-m32r.c', 'elf32.c', elf}, m32r_elf32_le_vec={'elf32-m32r.c', 'elf32.c', elf}, |
