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 / ncr3000.mh < prev    next >
Encoding:
Text File  |  1993-06-24  |  1.1 KB  |  34 lines

  1. # Host: Intel 386 running SVR4.
  2.  
  3. # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
  4. # This compiler not only emits obnoxious copyright messages every time
  5. # you run it, but it chokes and dies on a whole bunch of GNU source
  6. # files.  Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
  7. # Unfortunately though, the AT&T compiler sometimes generates code that
  8. # the assembler barfs on if -g is used, so disable it by default as well.
  9. CC = /usr/ccs/ATT/cc
  10. CFLAGS =
  11.  
  12. SYSV_DEFINE=-DSYSV
  13. REGEX=regex.o
  14. REGEX1=regex.o
  15.  
  16. # Need to compile and link in support for SVR4's /proc and i386 host dependent
  17. # routines.
  18. XDEPFILES= 
  19.  
  20. # Use the i386 SVR4 host configuration file.
  21. XM_FILE= xm-i386v4.h
  22.  
  23. NAT_FILE= nm-i386v4.h
  24. NATDEPFILES= corelow.o core-svr4.o exec.o procfs.o fork-child.o i386v4-nat.o
  25.  
  26. # SVR4 comes standard with terminfo, and in some implementations, the
  27. # old termcap descriptions are incomplete.  So ensure that we use the
  28. # new terminfo interface and latest terminal descriptions.
  29. TERMCAP=-ltermlib
  30.  
  31. # The /usr/ucb/install program is incompatible (complains about unknown
  32. # group staff).  Use good old cp...
  33. INSTALL = cp
  34.