source: trunk/third/gcc/config/m68k/x-amix @ 8834

Revision 8834, 963 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
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
6CC = /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
11OLDCC = /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
20LDFLAGS = -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
26mandir = /usr/man/1l
27manext =
Note: See TracBrowser for help on using the repository browser.