summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1996-11-16 16:14:47 +0000
committerkstailey <kstailey@cvs.openbsd.org>1996-11-16 16:14:47 +0000
commit323b04aa2a18a840696e1f531c46df669f2a979a (patch)
tree5a435956bac5b33a933ebff2d6814a0dda34f433 /sys
parentc78b3f264e0a54c75b5ce0853eebc8066d45ab6f (diff)
EM_M68K -> EM_68K
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sun3/include/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/exec.h b/sys/arch/sun3/include/exec.h
index 81004f085f2..22d46f1bd7e 100644
--- a/sys/arch/sun3/include/exec.h
+++ b/sys/arch/sun3/include/exec.h
@@ -48,7 +48,7 @@ struct relocation_info_m68k {
#define ELF_TARG_CLASS ELFCLASS32
#define ELF_TARG_DATA ELFDATA2MSB
-#define ELF_TARG_MACH EM_M68K
+#define ELF_TARG_MACH EM_68K
#define DO_AOUT /* support a.out */
#define DO_ELF /* support ELF */