* config/mh-ncrsvr43: Removed AR_FLAGS
[deliverable/binutils-gdb.git] / config / mpw-mh-mpw
index b153d5cf53b58ce847d95f8980988d503355a6aa..c5c4ea1bb46a2e99d2ba1b073559e4a7dc75b6ba 100644 (file)
@@ -1,16 +1,21 @@
 # This is an MPW makefile fragment.
 
-CC = C -d MPW_C
-#CC = gC
+CC = C -d MPW_C -d ALMOST_STDC -d ANSI_PROTOTYPES
 
-#CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b
-CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b
+CFLAGS = -d MPW -w -mc68020 -model far -b
 
-LDFLAGS =  -d -model far -c 'MPS ' -t MPST
+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
This page took 0.023121 seconds and 4 git commands to generate.