aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-02-01 23:25:52 +0000
committerStan Shebs <shebs@codesourcery.com>1996-02-01 23:25:52 +0000
commitca234b7d2fe441a0c8ed52be8183a3730c53390a (patch)
treed65f61c2ff464858849d0f1ced9b333cff2023ed /config
parent869b7d80d3988e8677d9da2337313d98e2895aad (diff)
downloadgdb-ca234b7d2fe441a0c8ed52be8183a3730c53390a.zip
gdb-ca234b7d2fe441a0c8ed52be8183a3730c53390a.tar.gz
gdb-ca234b7d2fe441a0c8ed52be8183a3730c53390a.tar.bz2
* mpw-mh-mpw (CC_MWC68K): Add options similar to those used
in CC_MWCPPC, and -mc68020 -model far. (AR_MWLINK68K): Add -xm library. (AR_AR): Define. (CC_LD_MWLINK68K): Remove -d. (EXTRALIBS_MWC68K): Define.
Diffstat (limited to 'config')
-rw-r--r--config/mpw-mh-mpw18
1 files changed, 15 insertions, 3 deletions
diff --git a/config/mpw-mh-mpw b/config/mpw-mh-mpw
index a41dff0..38168d1 100644
--- a/config/mpw-mh-mpw
+++ b/config/mpw-mh-mpw
@@ -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: -sym on
+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
@@ -50,12 +50,14 @@ SEGFLAG_PPC = -d dumdum_
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
@@ -66,7 +68,7 @@ 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} -sym on
+CC_LD_MWLINK68K = MWLink68K -w {CC_LD_TOOL_FLAGS} -sym on -model far
CC_LD_PPCLINK = PPCLink -main __start -outputformat xcoff
@@ -102,6 +104,16 @@ EXTRALIBS_C = \Option-d
"{Libraries}"Interface.o \Option-d
"{Libraries}"ToolLibs.o
+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 = \Option-d
"{PPCLibraries}"StdCRuntime.o \Option-d
"{PPCLibraries}"InterfaceLib.xcoff \Option-d