blob: b5be30cf76ee0dfea79a572e26a8cce80f8f2ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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 */
|