Add --c option to force como compiler into C mode compilations.
[SVN r23130]
This commit is contained in:
parent
290db44e13
commit
4fda2ee3e1
@ -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
|
||||
|
@ -134,7 +134,7 @@ case $BOOST_JAM_TOOLSET in
|
||||
;;
|
||||
|
||||
como)
|
||||
BOOST_JAM_CC=como
|
||||
BOOST_JAM_CC="como --c"
|
||||
;;
|
||||
|
||||
kcc)
|
||||
|
Loading…
Reference in New Issue
Block a user