diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-13 01:16:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-13 01:16:49 +0000 |
commit | e025097f56a56b434d43fc5935a022ce809987cb (patch) | |
tree | e336c131371e559537180ff69049015c96932660 /config/mpw-mh-mpw | |
parent | a2e2d994e43658a791e3679af08b1a8a0ff779e9 (diff) | |
download | gdb-e025097f56a56b434d43fc5935a022ce809987cb.zip gdb-e025097f56a56b434d43fc5935a022ce809987cb.tar.gz gdb-e025097f56a56b434d43fc5935a022ce809987cb.tar.bz2 |
* mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
and ToolLibs.o.
Diffstat (limited to 'config/mpw-mh-mpw')
-rw-r--r-- | config/mpw-mh-mpw | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/mpw-mh-mpw b/config/mpw-mh-mpw index c80c0cf..aecc11f 100644 --- a/config/mpw-mh-mpw +++ b/config/mpw-mh-mpw @@ -2,15 +2,20 @@ CC = C -d MPW_C -d ALMOST_STDC -#GCC = gC1 - 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 + "{Libraries}"ToolLibs.o |