home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / gdb / config / m68k / amix.mh < prev    next >
Encoding:
Text File  |  1993-05-12  |  1023 b   |  27 lines

  1. # Host: Commodore Amiga running SVR4.
  2. NAT_FILE= nm-sysv4.h
  3. NATDEPFILES= corelow.o core-svr4.o procfs.o fork-child.o
  4. XDEPFILES=
  5. XM_FILE= xm-amix.h
  6. SYSV_DEFINE=-DSYSV
  7. REGEX=regex.o
  8. REGEX1=regex.o
  9.  
  10. # We need to find alloca() somewhere.  Gcc has one built in, but most other
  11. # compilers don't.  Using the one in /usr/ucblib/libucb.a is tricky because
  12. # we have to be careful not to pull in anything else from the library (lots
  13. # of things are broken in most SVR4 versions).  The best solution is to just
  14. # compile alloca.c and link it into the executable.  If we end up not needing
  15. # it, then the code is just dead.  Once alloca.c moves to libiberty, then we
  16. # can eliminate this semi-kludge.
  17. ALLOCA=alloca.o
  18. ALLOCA1=alloca.o
  19.  
  20. # SVR4 comes standard with terminfo, and in some implementations, the
  21. # old termcap descriptions are incomplete.  So ensure that we use the
  22. # new terminfo interface and latest terminal descriptions.
  23. TERMCAP=-ltermlib
  24.  
  25. # SVR4 puts the BSD compatible install in /usr/ucb.
  26. INSTALL = /usr/ucb/install -c
  27.