1993-10-29 10:03:32 +08:00
|
|
|
/* Sparc running LynxOS */
|
|
|
|
|
|
|
|
#ifndef hosts_sparclynx_h
|
|
|
|
#define hosts_sparclynx_h
|
|
|
|
|
1993-11-22 05:29:46 +08:00
|
|
|
#include "hosts/lynx.h"
|
1993-10-29 10:03:32 +08:00
|
|
|
|
|
|
|
#define HOST_MACHINE_ARCH bfd_arch_sparc
|
|
|
|
|
|
|
|
#endif /* hosts_sparclynx_h */
|