home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / gdb / config / i386 / i386sol2.mh < prev    next >
Encoding:
Text File  |  1993-05-12  |  1.2 KB  |  35 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. NATDEPFILES= corelow.o core-svr4.o exec.o procfs.o fork-child.o i386v4-nat.o
  20.  
  21. # We need to find alloca() somewhere.  Gcc has one built in, but most other
  22. # compilers don't.  Using the one in /usr/ucblib/libucb.a is tricky because
  23. # we have to be careful not to pull in anything else from the library (lots
  24. # of things are broken in most SVR4 versions).  The best solution is to just
  25. # compile alloca.c and link it into the executable.  If we end up not needing
  26. # it, then the code is just dead.  Once alloca.c moves to libiberty, then we
  27. # can eliminate this semi-kludge.
  28. ALLOCA=alloca.o
  29. ALLOCA1=alloca.o
  30.  
  31. # SVR4 comes standard with terminfo, and in some implementations, the
  32. # old termcap descriptions are incomplete.  So ensure that we use the
  33. # new terminfo interface and latest terminal descriptions.
  34. TERMCAP=-ltermlib
  35.