2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fix compilation with CodeWarrior. Even though it compiles the bootstrap jam0 compiling the full version now causes a compiler crash.

[SVN r22432]
This commit is contained in:
Rene Rivera
2004-03-05 07:22:41 +00:00
parent a2c9ab27fb
commit 8327757da1
4 changed files with 8 additions and 8 deletions

View File

@@ -214,7 +214,7 @@ if "_%BOOST_JAM_TOOLSET%_" == "_metrowerks_" (
if "_%BOOST_JAM_TOOLSET%_" == "_metrowerks_" (
if not "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
set PATH=%BOOST_JAM_TOOLSET_ROOT%Other Metrowerks Tools\Command Line Tools;%PATH%)
set BOOST_JAM_CC=mwcc -runtime staticsingle -DNT
set BOOST_JAM_CC=mwcc -runtime ss -cwd include -DNT -ladvapi32.lib
set BOOST_JAM_OPT_JAM=-o bootstrap.%BOOST_JAM_TOOLSET%\jam0.exe
set BOOST_JAM_OPT_MKJAMBASE=-o bootstrap.%BOOST_JAM_TOOLSET%\mkjambase0.exe
set BOOST_JAM_OPT_YYACC=-o bootstrap.%BOOST_JAM_TOOLSET%\yyacc0.exe

View File

@@ -129,9 +129,9 @@ toolset kylix bc++ : -o : -D
local mwcc = ; if $(NT) { mwcc = mwcc ; } else { mwcc = mwc$(OSPLAT:L) ; }
mwcc ?= mwcc ;
toolset metrowerks $(mwcc) : "-o " : -D
: -subsystem console -runtime staticsingle
[ opt --release : -opt full -inline auto -inline level=8 ]
[ opt --debug : -O0 -inline off ] ;
: -subsystem console -cwd include -ladvapi32.lib
[ opt --release : -runtime ss -opt full -inline auto -inline level=8 ]
[ opt --debug : -runtime ssd -O0 -inline off ] ;
}
## MINGW GCC
toolset mingw gcc : "-o " : -D

View File

@@ -214,7 +214,7 @@ if "_%BOOST_JAM_TOOLSET%_" == "_metrowerks_" (
if "_%BOOST_JAM_TOOLSET%_" == "_metrowerks_" (
if not "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
set PATH=%BOOST_JAM_TOOLSET_ROOT%Other Metrowerks Tools\Command Line Tools;%PATH%)
set BOOST_JAM_CC=mwcc -runtime staticsingle -DNT
set BOOST_JAM_CC=mwcc -runtime ss -cwd include -DNT -ladvapi32.lib
set BOOST_JAM_OPT_JAM=-o bootstrap.%BOOST_JAM_TOOLSET%\jam0.exe
set BOOST_JAM_OPT_MKJAMBASE=-o bootstrap.%BOOST_JAM_TOOLSET%\mkjambase0.exe
set BOOST_JAM_OPT_YYACC=-o bootstrap.%BOOST_JAM_TOOLSET%\yyacc0.exe

View File

@@ -129,9 +129,9 @@ toolset kylix bc++ : -o : -D
local mwcc = ; if $(NT) { mwcc = mwcc ; } else { mwcc = mwc$(OSPLAT:L) ; }
mwcc ?= mwcc ;
toolset metrowerks $(mwcc) : "-o " : -D
: -subsystem console -runtime staticsingle
[ opt --release : -opt full -inline auto -inline level=8 ]
[ opt --debug : -O0 -inline off ] ;
: -subsystem console -cwd include -ladvapi32.lib
[ opt --release : -runtime ss -opt full -inline auto -inline level=8 ]
[ opt --debug : -runtime ssd -O0 -inline off ] ;
}
## MINGW GCC
toolset mingw gcc : "-o " : -D