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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user