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

Fix QNX/qcc detection so that it doesn't false fire when there is some other qcc command on other OSs.

[SVN r31358]
This commit is contained in:
Rene Rivera
2005-10-17 02:33:02 +00:00
parent ce923d9c67
commit 3f2d1739d4
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ Guess_Toolset ()
elif test_uname IRIX ; then BOOST_JAM_TOOLSET=mipspro
elif test_uname IRIX64 ; then BOOST_JAM_TOOLSET=mipspro
elif test_uname OSF1 ; then BOOST_JAM_TOOLSET=tru64cxx
elif test_path qcc ; then BOOST_JAM_TOOLSET=qcc
elif test_uname QNX && test_path qcc ; then BOOST_JAM_TOOLSET=qcc
elif test_path gcc ; then BOOST_JAM_TOOLSET=gcc
elif test_path icc ; then BOOST_JAM_TOOLSET=intel-linux
elif test -r /opt/intel/cc/9.0/bin/iccvars.sh ; then

View File

@@ -68,7 +68,7 @@ Guess_Toolset ()
elif test_uname IRIX ; then BOOST_JAM_TOOLSET=mipspro
elif test_uname IRIX64 ; then BOOST_JAM_TOOLSET=mipspro
elif test_uname OSF1 ; then BOOST_JAM_TOOLSET=tru64cxx
elif test_path qcc ; then BOOST_JAM_TOOLSET=qcc
elif test_uname QNX && test_path qcc ; then BOOST_JAM_TOOLSET=qcc
elif test_path gcc ; then BOOST_JAM_TOOLSET=gcc
elif test_path icc ; then BOOST_JAM_TOOLSET=intel-linux
elif test -r /opt/intel/cc/9.0/bin/iccvars.sh ; then