Accept 16-bit addresses.
[deliverable/binutils-gdb.git] / config / mpw-mh-mpw
index 379b675400961fa86f37f3f2f8bafdadbc0fce97..543ef4fb2a125bae70170f09aef9732e8fcfb6ba 100644 (file)
@@ -11,7 +11,7 @@ CC_MPW_C = C -d MPW_C -d ALMOST_STDC -d ANSI_PROTOTYPES -d MPW -mc68020 -model f
 
 CC_SC = SC -d ALMOST_STDC -d ANSI_PROTOTYPES -d MPW -mc68020 -model far -b -i '' -i :
 
-CC_MWC68K = MWC68K -d MPW -i "{topsrcdir}"include:mpw:sys:
+CC_MWC68K = MWC68K -d MPW -enum int -mpw_chars -sym on -w off -mc68020 -model far
 
 CC_PPCC = PPCC -d powerc=1 -d pascal= -d ALMOST_STDC -d ANSI_PROTOTYPES -d MPW -w
 
@@ -19,7 +19,21 @@ CC_MRC = MrC -d powerc=1 -d pascal= -d ALMOST_STDC -d ANSI_PROTOTYPES -d MPW -i
 
 CC_SMrC = SMrC -d MPW
 
-CC_MWCPPC = MWCPPC -d MPW -i "{topsrcdir}"include:mpw:sys: -enum int -opt global,peep,l4,speed
+# "-mpw_chars" is necessary because GNU sources often mix signed and
+# unsigned casually.
+# "-w off" is not a great idea, but CW7 is complaining about enum
+# assignments.
+# "-opt global,peep,l4,speed" is sometimes good, and sometimes bad.
+# We must use {CIncludes} so that MPW tools will work; {MWCIncludes}
+# defines stdout, islower, etc, in ways that are incompatible with MPW's
+# runtime.  However, this cannot be done via  -i "{CIncludes}", since
+# that does not affect how <>-type includes happen; instead, the variable
+# MWCIncludes must be set to point at {CIncludes}.
+
+CC_MWCPPC = MWCPPC -d MPW -enum int -mpw_chars -sym on -w off
+
+# Note that GCC does *not* wire in a definition of "pascal", so that
+# it can be handled in another way if desired.
 
 CC_68K_GCC = gC -Dpascal= -DANSI_PROTOTYPES -DMPW
 
@@ -29,22 +43,18 @@ CC_PPC_GCC = gC -Dpowerc=1 -Dpascal= -DANSI_PROTOTYPES -DMPW
 
 CFLAGS = 
 
-# These two definitions must *not* have any trailing blanks.
-
-SEGFLAG_68K = -s 
-
-SEGFLAG_PPC = -d dumdum_ 
-
 # Tool to use for making libraries/archives.
 
 AR_LIB = Lib
 
-AR_MWLINK68K = MWLink68K
+AR_MWLINK68K = MWLink68K -xm library
 
 AR_PPCLINK = PPCLink -xm library
 
 AR_MWLINKPPC = MWLinkPPC -xm library
 
+AR_AR = ar
+
 AR_FLAGS = -o
 
 RANLIB_NULL = null-command
@@ -55,11 +65,11 @@ RANLIB_RANLIB = ranlib
 
 CC_LD_LINK = Link -w -d -model far {CC_LD_TOOL_FLAGS}
 
-CC_LD_MWLINK68K = MWLink68K -w -d -model far {CC_LD_TOOL_FLAGS}
+CC_LD_MWLINK68K = MWLink68K -w {CC_LD_TOOL_FLAGS} -sym on -model far
 
 CC_LD_PPCLINK = PPCLink -main __start -outputformat xcoff
 
-CC_LD_MWLINKPPC = MWLinkPPC -w {CC_LD_TOOL_FLAGS}
+CC_LD_MWLINKPPC = MWLinkPPC -w {CC_LD_TOOL_FLAGS} -sym on
 
 CC_LD_GLD = gC
 
@@ -91,18 +101,39 @@ EXTRALIBS_C = \Option-d
        "{Libraries}"Interface.o \Option-d
        "{Libraries}"ToolLibs.o
 
-EXTRALIBS_PPC = \Option-d
+EXTRALIBS_MWC68K = \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 \Option-d
+       "{MW68KLibraries}MPW ANSI (4i) C.68K.Lib"
+
+EXTRALIBS_PPC_XCOFF = \Option-d
+       "{PPCLibraries}"StdCRuntime.o \Option-d
        "{PPCLibraries}"InterfaceLib.xcoff \Option-d
        "{PPCLibraries}"MathLib.xcoff \Option-d
        "{PPCLibraries}"StdCLib.xcoff \Option-d
        "{PPCLibraries}"PPCToolLibs.o \Option-d
+       "{PPCLibraries}"PPCCRuntime.o \Option-d
+       "{GCCPPCLibraries}"libgcc.xcoff
+
+EXTRALIBS_PPC = \Option-d
        "{PPCLibraries}"StdCRuntime.o \Option-d
-       "{PPCLibraries}"PPCCRuntime.o
+       "{SharedLibraries}"InterfaceLib \Option-d
+       "{SharedLibraries}"MathLib \Option-d
+       "{SharedLibraries}"StdCLib \Option-d
+       "{PPCLibraries}"PPCToolLibs.o \Option-d
+       "{PPCLibraries}"PPCCRuntime.o \Option-d
+       "{GCCPPCLibraries}"libgcc.xcoff
 
 EXTRALIBS_MWCPPC = \Option-d
-       "{MWPPCLibraries}"InterfaceLib \Option-d
        "{MWPPCLibraries}"MWStdCRuntime.Lib \Option-d
+       "{MWPPCLibraries}"InterfaceLib \Option-d
        "{MWPPCLibraries}"StdCLib \Option-d
+       "{MWPPCLibraries}"MathLib \Option-d
        "{MWPPCLibraries}"PPCToolLibs.o
 
 # Tool to make PEF with, if needed.
This page took 0.024474 seconds and 4 git commands to generate.