Thu Jan 19 18:10:05 1995 Pat Rankin (rankin@eql.caltech.edu)
[deliverable/binutils-gdb.git] / config / mpw-mh-mpw
CommitLineData
b6597455
SS
1# This is an MPW makefile fragment.
2
266f6652 3CC = C -d MPW_C -d ALMOST_STDC
b6597455 4
266f6652
SS
5CFLAGS = -d MPW -w -mc68020 -model far -b
6
7LDFLAGS = -w -d -model far -c 'MPS ' -t MPST
b6597455 8
e025097f
SS
9# It would appear that the math libraries are not
10# needed except to provide a definition for scalb,
11# which is called from ldexp, which is referenced
12# in the m68k opcodes library.
13
b6597455
SS
14EXTRALIBS = \Option-d
15 "{CLibraries}"StdClib.o \Option-d
e025097f
SS
16 "{CLibraries}"Math.o \Option-d
17 "{CLibraries}"CSANELib.o \Option-d
b6597455
SS
18 "{Libraries}"Stubs.o \Option-d
19 "{Libraries}"Runtime.o \Option-d
20 "{Libraries}"Interface.o \Option-d
e025097f 21 "{Libraries}"ToolLibs.o
This page took 0.052567 seconds and 4 git commands to generate.