home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / gdb / config / i386 / i386sol2.mh < prev    next >
Encoding:
Text File  |  1993-11-12  |  820 b   |  27 lines

  1. # Host: Intel 386 running Solaris 2 (SVR4).
  2.  
  3. # Solaris-2 makes `install' optional in the Berkeley compatability pkg.
  4. # cp will do fine.
  5. INSTALL = cp
  6.  
  7. SYSV_DEFINE=-DSYSV
  8. REGEX=regex.o
  9. REGEX1=regex.o
  10.  
  11. # Need to compile and link in support for SVR4's /proc and i386 host dependent
  12. # routines.
  13. XDEPFILES= 
  14.  
  15. # Use the i386 SVR4 host configuration file.
  16. XM_FILE= xm-i386v4.h
  17.  
  18. NAT_FILE= nm-i386v4.h
  19. # I'm told that gdb 4.11 gets "File in wrong format" on core files
  20. # with Solaris 2.1, so comment out corelow.o until it is fixed.
  21. NATDEPFILES= core-svr4.o exec.o procfs.o fork-child.o i386v4-nat.o # corelow.o
  22.  
  23. # SVR4 comes standard with terminfo, and in some implementations, the
  24. # old termcap descriptions are incomplete.  So ensure that we use the
  25. # new terminfo interface and latest terminal descriptions.
  26. TERMCAP=-ltermlib
  27.