1993-10-29 02:03:32 +00:00
|
|
|
/* Intel 386 running LynxOS */
|
1993-09-22 14:54:50 +00:00
|
|
|
|
|
|
|
#ifndef hosts_i386lynx_h
|
|
|
|
#define hosts_i386lynx_h
|
1993-08-02 05:57:29 +00:00
|
|
|
|
1993-11-17 01:11:30 +00:00
|
|
|
#include "hosts/lynx.h"
|
1993-08-02 05:57:29 +00:00
|
|
|
|
|
|
|
#define HOST_MACHINE_ARCH bfd_arch_i386
|
1993-09-28 01:53:25 +00:00
|
|
|
|
1993-10-29 02:03:32 +00:00
|
|
|
#endif /* hosts_i386lynx_h */
|