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

Update docs for current build.sh reality.

This commit is contained in:
Rene Rivera
2021-02-01 08:54:03 -06:00
parent acca9f83a8
commit b02801596e
2 changed files with 75 additions and 117 deletions

View File

@@ -235,8 +235,7 @@ check_toolset ()
if test_toolset pathscale && test_compiler pathCC ; then B2_TOOLSET=pathscale ; return ${TRUE} ; fi
# Como (como)
if test_toolset como && test_compiler como ; then B2_TOOLSET=como ; return ${TRUE} ; fi
# Borland C++ (kcc, kylix)
if test_toolset kcc && test_compiler KCC ; then B2_TOOLSET=kcc ; return ${TRUE} ; fi
# Borland C++ (kylix)
if test_toolset kylix && test_compiler bc++ -tC -q ; then B2_TOOLSET=kylix ; return ${TRUE} ; fi
# aCC (acc)
if test_toolset acc && test_compiler aCC -AA ; then B2_TOOLSET=acc ; return ${TRUE} ; fi