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 / sparc / sun4sol2.mh < prev    next >
Encoding:
Text File  |  1994-06-24  |  1001 b   |  29 lines

  1. # Host: Sun 4 or Sparcstation, running Solaris 2
  2. XDEPFILES= 
  3. XM_FILE= xm-sun4sol2.h
  4. XM_CLIBS= -lsocket -lnsl
  5. NAT_FILE= nm-sysv4.h
  6. NATDEPFILES= corelow.o core-sol2.o exec.o solib.o procfs.o fork-child.o
  7. SYSV_DEFINE=-DSYSV
  8. REGEX=regex.o
  9. REGEX1=regex.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. # Solaris-2 makes `install' optional in the Berkeley compatability pkg.
  17. # cp will do fine.
  18. INSTALL = cp
  19.  
  20. # If you are compiling with Sun's compiler, add the -xs option to CC
  21. # (e.g. `make CC="cc -xs"').
  22. # Sun's compilers require the -xs option to produce debug information
  23. # in the final linked executable.  Otherwise they leave it in the .o
  24. # files only, with undocumented pointers to it in the linked executable.
  25. # This is commented out because we don't assume that the Sun compiler
  26. # is in use.
  27. #MH_CFLAGS=-xs
  28. HOST_IPC=-DBSD_IPC
  29.