From 575b660a4d503622d7984556411f699a43a2a0b7 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 22 Jan 2001 14:51:08 +0000 Subject: Define ARCH_ELFSIZE that is the default elf size on this arch. --- sys/arch/arc/include/exec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/arc') diff --git a/sys/arch/arc/include/exec.h b/sys/arch/arc/include/exec.h index 18ea54bdc82..a1531969a19 100644 --- a/sys/arch/arc/include/exec.h +++ b/sys/arch/arc/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.2 1996/12/23 02:42:26 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.3 2001/01/22 14:51:03 art Exp $ */ /* $NetBSD: exec.h,v 1.5 1994/10/26 21:09:39 cgd Exp $ */ /*- @@ -44,6 +44,8 @@ #define NATIVE_EXEC_ELF #define EXEC_SCRIPT +#define ARCH_ELFSIZE 32 + #define ELF_TARG_CLASS ELFCLASS32 #define ELF_TARG_DATA ELFDATA2LSB #define ELF_TARG_MACH EM_MIPS -- cgit v1.2.3