home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / bfd / hosts / i386lynx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  179 b   |  11 lines

  1. /* Intel 386 running LynxOS */
  2.  
  3. #ifndef hosts_i386lynx_h
  4. #define hosts_i386lynx_h
  5.  
  6. #include "hosts/lynx.h"
  7.  
  8. #define    HOST_MACHINE_ARCH    bfd_arch_i386
  9.  
  10. #endif /* hosts_i386lynx_h */
  11.