mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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.
11 lines
184 B
C
11 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 */
|