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

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 588775eb16
commit ba6858dbd1
4 changed files with 4 additions and 4 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)

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)