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/pmax/include/exec.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/arch/pmax/include/exec.h') diff --git a/sys/arch/pmax/include/exec.h b/sys/arch/pmax/include/exec.h index 87dde64bf8e..8e25259e2d9 100644 --- a/sys/arch/pmax/include/exec.h +++ b/sys/arch/pmax/include/exec.h @@ -37,4 +37,12 @@ #define __LDPGSZ 4096 +#define ELF_TARG_CLASS ELFCLASS32 +#define ELF_TARG_DATA ELFDATA2LSB +#define ELF_TARG_MACH EM_MIPS + +#define DO_AOUT /* support a.out */ +#define DO_ELF /* support ELF */ +#define DO_ECOFF /* support ecoff */ + #include -- cgit v1.2.3