home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / binutils-2.5.2-src.lha / binutils-2.5.2 / bfd / hosts / m68klynx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-17  |  184 b   |  11 lines

  1. /* Motorola 680x0 running LynxOS */
  2.  
  3. #ifndef hosts_m68klynx_H
  4. #define hosts_m68klynx_H
  5.  
  6. #include "hosts/lynx.h"
  7.  
  8. #define    HOST_MACHINE_ARCH    bfd_arch_m68k
  9.  
  10. #endif /* hosts_m68klynx_H */
  11.