From 92383d4847f9886583809f9d430a3411aa6e925c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 29 May 1996 03:05:15 +0000 Subject: enable ELF/a.out/ECOFF in machine/exec.h --- sys/arch/sun3/include/exec.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/arch/sun3') diff --git a/sys/arch/sun3/include/exec.h b/sys/arch/sun3/include/exec.h index b28a4ea597d..53310fea489 100644 --- a/sys/arch/sun3/include/exec.h +++ b/sys/arch/sun3/include/exec.h @@ -44,4 +44,11 @@ struct relocation_info_m68k { }; #define relocation_info relocation_info_m68k +#define ELF_TARG_CLASS ELFCLASS32 +#define ELF_TARG_DATA ELFDATA2MSB +#define ELF_TARG_MACH EM_68K + +#define DO_AOUT /* support a.out */ +#define DO_ELF /* support ELF */ + #endif /* _LDPGSZ */ -- cgit v1.2.3