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

  1. # Host makefile fragment for Commodore Amiga running AmigaOS.
  2.  
  3. # There is no standard system compiler.  Assume using GNU C.
  4. CC = gcc
  5. CFLAGS = -g -O2 -mstackextend
  6.  
  7. # We have both types of links under AmigaOS with GNU
  8. # utils, however the links need to be made in canonical
  9. # AmigaOS format (foo:bar/bell/file) rather than UNIX
  10. # format (/foo/bar/bell/file).  When this is fixed, then
  11. # these can go away.
  12. SYMLINK = cp
  13. HARDLINK = cp
  14.