home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / gdb / config / i386 / i386v4.mh < prev    next >
Encoding:
Text File  |  1994-09-17  |  520 b   |  18 lines

  1. # Host: Intel 386 running SVR4
  2.  
  3. XM_FILE= xm-i386v4.h
  4. XDEPFILES= 
  5. # for network communication
  6. XM_CLIBS= -lsocket -lnsl
  7.  
  8. NAT_FILE= nm-i386v4.h
  9. NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o i386v4-nat.o
  10.  
  11. # SVR4 comes standard with terminfo, and in some implementations, the
  12. # old termcap descriptions are incomplete.  So ensure that we use the
  13. # new terminfo interface and latest terminal descriptions.
  14. TERMCAP=-ltermlib
  15.  
  16. # SVR4 puts the BSD compatible install in /usr/ucb.
  17. INSTALL = /usr/ucb/install -c
  18.