Add --c option to force como compiler into C mode compilations.

[SVN r23130]
This commit is contained in:
Rene Rivera 2004-06-21 00:12:38 +00:00
parent 290db44e13
commit 4fda2ee3e1
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ toolset cc $(CC) : "-o " : -D
: $(LIBS) ;
## Comeau C/C++ 4.x
toolset como como : "-o " : -D
:
: --c
[ opt --release : --inlining ]
[ opt --debug : --no_inlining ] ;
## MacOSX Darwin, using GCC 2.9.x, 3.x

View File

@ -134,7 +134,7 @@ case $BOOST_JAM_TOOLSET in
;;
como)
BOOST_JAM_CC=como
BOOST_JAM_CC="como --c"
;;
kcc)