home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / m68k / x-amix < prev    next >
Text File  |  1992-07-21  |  963b  |  28 lines

  1. # Makefile configuration for Commodore Amiga running SVR4.
  2. # (configure amiga-amix)
  3.  
  4. # The Amiga ships with gcc installed, so use it as the default CC.
  5.  
  6. CC = /usr/public/bin/gcc
  7.  
  8. # The AT&T compiler is still available in /usr/ccs/bin/cc and should
  9. # be used to compile the things that should not be compiled with gcc.
  10.  
  11. OLDCC = /usr/ccs/bin/cc
  12.  
  13. # Link the executables with -ansi to get ANSI floating point ranges.
  14. # Otherwise the values returned on overflow or underflow will be wrong.
  15. # NOTE: some early releases of Amiga Unix contained a bug in ptod.o
  16. # that prevents the correct values being returned from strtod/atof, even
  17. # when linked with -ansi.  Sometimes -static will fix this since at least
  18. # one version had a fixed copy in the static libc.a.
  19.  
  20. LDFLAGS = -ansi
  21.  
  22. # The manual pages go in /usr/man/1l (section 1, local) without any filename
  23. # extension.  The man command will automatically create the /usr/catman/1l
  24. # entry.
  25.  
  26. mandir = /usr/man/1l
  27. manext =
  28.