home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / mmalloc / config / mh-amigados next >
Encoding:
Text File  |  1995-03-09  |  240 b   |  8 lines

  1. # Host configuration for Commodore Amiga running AmigaDOS.
  2. # We don't actually use libmmalloc.a, since there is no sbrk(),
  3. # but this allows us to compile it (and then ignore it).
  4.  
  5. CC=gcc
  6. # We don't need -g yet, so do -O instead.
  7. CFLAGS=-O
  8.