Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / binutils / usr.bin / ld / arch / x86_64 / ldemul-list.h
blob9ba609da84e2cee972f1d6d0c971da9ff880508c
1 /* This file is automatically generated. DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
5 /* This file is automatically generated. DO NOT EDIT! */
6 extern ld_emulation_xfer_type ld_elf_x86_64_emulation;
7 extern ld_emulation_xfer_type ld_elf_i386_emulation;
8 extern ld_emulation_xfer_type ld_i386nbsd_emulation;
9 extern ld_emulation_xfer_type ld_elf_l1om_emulation;
10 extern ld_emulation_xfer_type ld_elf_k1om_emulation;
12 #define EMULATION_LIST \
13 &ld_elf_x86_64_emulation, \
14 &ld_elf_i386_emulation, \
15 &ld_i386nbsd_emulation, \
16 &ld_elf_l1om_emulation, \
17 &ld_elf_k1om_emulation, \