Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / binutils / usr.bin / ld / arch / earmeb / ldemul-list.h
blobcf6e53ab1db808eb57529424d91e9861e8f6259e
1 /* This file is automatically generated. DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */
3 /* Generated from: NetBSD: mknative.common,v 1.10 2013/10/20 16:00:20 skrll Exp */
5 /* This file is automatically generated. DO NOT EDIT! */
6 extern ld_emulation_xfer_type ld_armelfb_nbsd_eabi_emulation;
7 extern ld_emulation_xfer_type ld_armelf_nbsd_eabi_emulation;
8 extern ld_emulation_xfer_type ld_armelf_nbsd_eabihf_emulation;
9 extern ld_emulation_xfer_type ld_armelfb_nbsd_eabihf_emulation;
10 extern ld_emulation_xfer_type ld_armelf_nbsd_emulation;
11 extern ld_emulation_xfer_type ld_armelfb_nbsd_emulation;
12 extern ld_emulation_xfer_type ld_armelf_emulation;
13 extern ld_emulation_xfer_type ld_armnbsd_emulation;
15 #define EMULATION_LIST \
16 &ld_armelfb_nbsd_eabi_emulation, \
17 &ld_armelf_nbsd_eabi_emulation, \
18 &ld_armelf_nbsd_eabihf_emulation, \
19 &ld_armelfb_nbsd_eabihf_emulation, \
20 &ld_armelf_nbsd_emulation, \
21 &ld_armelfb_nbsd_emulation, \
22 &ld_armelf_emulation, \
23 &ld_armnbsd_emulation, \