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
179 B
C
11 lines
179 B
C
/* Intel 386 running LynxOS */
|
|
|
|
#ifndef hosts_i386lynx_h
|
|
#define hosts_i386lynx_h
|
|
|
|
#include "hosts/lynx.h"
|
|
|
|
#define HOST_MACHINE_ARCH bfd_arch_i386
|
|
|
|
#endif /* hosts_i386lynx_h */
|