summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@bentspoon.com>2001-09-28 17:38:59 +0000
committerDarin Adler <darin@bentspoon.com>2001-09-28 17:38:59 +0000
commit2a20df5e5c3fb0c715aed3f55f656e4de6d0eb39 (patch)
tree02de31dc1981b7c2587c87053eed68a7e87c716c
parent3f63ff5ba633138764d4d1417430402697ab5fab (diff)
downloadboost-2a20df5e5c3fb0c715aed3f55f656e4de6d0eb39.tar.gz
More compilers for Mac OS.
[SVN r11303]
-rw-r--r--status/compiler.cfg22
1 files changed, 14 insertions, 8 deletions
diff --git a/status/compiler.cfg b/status/compiler.cfg
index 5097c77219..79d0e7b875 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -308,18 +308,24 @@ cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPOR
Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP5<br><a href="http://www.stlport.org/">STLport</a><br>4.0
macosx
-cw
+cw-cfm
+Metrowerks CodeWarrior 7.0 (CFM)
+mpw mwcppc -r -w on,noimplicit,nonotinlined -msgstyle std -maxerrors 10 -convertpaths -cwd include -i- -i %include %source -o boosttmp.o
+mpw mwcppc -r -w on,noimplicit,nonotinlined -msgstyle std -maxerrors 10 -convertpaths -cwd include -i- -i %include %source -o boosttmp.o && mpw mwlinkppc boosttmp.o MSL_MPWCRuntime_PPC.Lib MSL_C_PPC_MPW.Lib 'MSL_C++_PPC.Lib' InterfaceLib MathLib -t MPST -o boosttmp.cfm && echo mpw boosttmp.cfm > boosttmp.exe && chmod +x boosttmp.exe
+Metrowerks<br><a href="http://www.metrowerks.com/products/macos/">CodeWarrior</a><br>7.0<br>(CFM)
+
+macosx
+cw-macho
Metrowerks CodeWarrior 7.0 (Mach-O)
-mwccppc -c -w on,noimplicit,nonotinlined,nocomma -maxerrors 10 -cwd source -I- -I%include %source
-mwccppc -o boosttmp.exe -w on,noimplicit,nonotinlined,nocomma -maxerrors 10 -cwd source -I- -I%include %source
+mwccppc -r -w on,noimplicit,nonotinlined,nocomma -maxerrors 10 -cwd include -i- -i %include %source -c
+mwccppc -r -w on,noimplicit,nonotinlined,nocomma -maxerrors 10 -cwd include -i- -i %include %source -o boosttmp.exe
Metrowerks<br><a href="http://www.metrowerks.com/products/macos/">CodeWarrior</a><br>7.0<br>(Mach-O)
macosx
cc
-GCC 2.95.2
-c++ -c -ansi -Wall -W -Wno-long-long -Wno-long-double -ftemplate-depth-30 -I%include %source
-c++ -o boosttmp.exe -ansi -Wall -W -Wno-long-long -Wno-long-double -ftemplate-depth-30 -I%include %source
-GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
+GCC 2.95.2 (Apple version)
+c++ -ansi -Wall -W -Wno-long-long -Wno-long-double -ftemplate-depth-30 -I%include %source -c
+c++ -ansi -Wall -W -Wno-long-long -Wno-long-double -ftemplate-depth-30 -I%include %source -o boosttmp.exe
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2<br>(Apple version)
// end of file
-