From 77879554671206102471bb282accb3251395d151 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 12 Jan 2001 10:16:05 +0000 Subject: Thanks to James Graves , we now have a first pass at getting m68k working. It may have some problems, but should now be fairly close. --- libc/sysdeps/linux/m68k/bits/elfclass.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libc/sysdeps/linux/m68k/bits/elfclass.h (limited to 'libc/sysdeps/linux/m68k/bits/elfclass.h') diff --git a/libc/sysdeps/linux/m68k/bits/elfclass.h b/libc/sysdeps/linux/m68k/bits/elfclass.h new file mode 100644 index 000000000..bb4dd545c --- /dev/null +++ b/libc/sysdeps/linux/m68k/bits/elfclass.h @@ -0,0 +1,11 @@ +/* This file specifies the native word size of the machine, which indicates + the ELF file class used for executables and shared objects on this + machine. */ + +#ifndef _LINK_H +# error "Never use directly; include instead." +#endif + +#include + +#define __ELF_NATIVE_CLASS __WORDSIZE -- cgit v1.2.3