343c1a9641
* m68klynx.c: Define core file macros. * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all non-architecture specific stuff into lynx.h.
10 lines
184 B
C
10 lines
184 B
C
/* Motorola 680x0 running LynxOS */
|
|
|
|
#ifndef hosts_m68klynx_H
|
|
#define hosts_m68klynx_H
|
|
|
|
#include "hosts/lynx.h"
|
|
|
|
#define HOST_MACHINE_ARCH bfd_arch_m68k
|
|
|
|
#endif /* hosts_m68klynx_H */
|