Add sparc and i386
This commit is contained in:
parent
51bd2f0605
commit
20c1f51323
4
gnu/usr.bin/ld.new/_i386.mk
Normal file
4
gnu/usr.bin/ld.new/_i386.mk
Normal file
@ -0,0 +1,4 @@
|
||||
# $NetBSD: _i386.mk,v 1.1 1998/12/12 21:57:19 kristerw Exp $
|
||||
|
||||
EMULS= i386nbsd
|
||||
DEFAULT_EMUL= i386nbsd
|
4
gnu/usr.bin/ld.new/_sparc.mk
Normal file
4
gnu/usr.bin/ld.new/_sparc.mk
Normal file
@ -0,0 +1,4 @@
|
||||
# $NetBSD: _sparc.mk,v 1.1 1998/12/12 21:57:19 kristerw Exp $
|
||||
|
||||
EMULS= sparcnbsd
|
||||
DEFAULT_EMUL= sparcnbsd
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user