Add sparc and i386

This commit is contained in:
kristerw 1998-12-12 21:57:19 +00:00
parent 51bd2f0605
commit 20c1f51323
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,4 @@
# $NetBSD: _i386.mk,v 1.1 1998/12/12 21:57:19 kristerw Exp $
EMULS= i386nbsd
DEFAULT_EMUL= i386nbsd

View File

@ -0,0 +1,4 @@
# $NetBSD: _sparc.mk,v 1.1 1998/12/12 21:57:19 kristerw Exp $
EMULS= sparcnbsd
DEFAULT_EMUL= sparcnbsd

View File

@ -1,8 +1,14 @@
/* $NetBSD: ldemul-list.h,v 1.2 1998/09/30 16:47:48 jonathan Exp $ */
/* $NetBSD: ldemul-list.h,v 1.3 1998/12/12 21:57:19 kristerw Exp $ */
/* alpha emulations */
extern ld_emulation_xfer_type ld_elf64alpha_emulation;
/* i386 emulations */
extern ld_emulation_xfer_type ld_i386nbsd_emulation;
/* mips emulations */
extern ld_emulation_xfer_type ld_elf32lmip_emulation;
extern ld_emulation_xfer_type ld_elf32bmip_emulation;
/* sparc emulations */
extern ld_emulation_xfer_type ld_sparcnbsd_emulation;