home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / libiberty / config / mh-amigaos < prev    next >
Text File  |  1996-09-28  |  362b  |  13 lines

  1. # Host makefile fragment for Commodore Amiga running AmigaOS.
  2.  
  3. # We don't actually use libmmalloc.a, since there is no sbrk(),
  4. # but this allows us to compile it (and then ignore it).
  5. MMALLOC=
  6. MMALLOC_DISABLE = -DNO_MMALLOC
  7.  
  8. # There is no standard system compiler.  Assume using GNU C.
  9. CC = gcc
  10.  
  11. # Compile for automatic stack extension.
  12. HDEFINES = -mstackextend
  13.