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