* mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
authorStan Shebs <shebs@codesourcery.com>
Tue, 13 Dec 1994 01:16:49 +0000 (01:16 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 13 Dec 1994 01:16:49 +0000 (01:16 +0000)
        and ToolLibs.o.

config/ChangeLog.mpw
config/mpw-mh-mpw

index 59e2b5cc51062a038786a48eb4f0600d468cb8e4..378a0b95742339639762d2252830388c42e79f59 100644 (file)
@@ -1,3 +1,8 @@
+Mon Dec 12 17:14:44 1994  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
+        and ToolLibs.o.
+
 Sun Jun 12 16:30:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * mpw-mh-mpw (CC): Define ALMOST_STDC.
index c80c0cf6440a8ebb6bc29807c9db9c629f214494..aecc11fc52b63b6bc18dfe2f0e4aced792e715d7 100644 (file)
@@ -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