mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
e025097f56
and ToolLibs.o.
22 lines
594 B
Plaintext
22 lines
594 B
Plaintext
# This is an MPW makefile fragment.
|
|
|
|
CC = C -d MPW_C -d ALMOST_STDC
|
|
|
|
CFLAGS = -d MPW -w -mc68020 -model far -b
|
|
|
|
LDFLAGS = -w -d -model far -c 'MPS ' -t MPST
|
|
|
|
# It would appear that the math libraries are not
|
|
# needed except to provide a definition for scalb,
|
|
# which is called from ldexp, which is referenced
|
|
# in the m68k opcodes library.
|
|
|
|
EXTRALIBS = \Option-d
|
|
"{CLibraries}"StdClib.o \Option-d
|
|
"{CLibraries}"Math.o \Option-d
|
|
"{CLibraries}"CSANELib.o \Option-d
|
|
"{Libraries}"Stubs.o \Option-d
|
|
"{Libraries}"Runtime.o \Option-d
|
|
"{Libraries}"Interface.o \Option-d
|
|
"{Libraries}"ToolLibs.o
|