id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4147,Use target-os instead of os in Jamfiles,Steve Soule ,Vladimir Prus,"In many of the Jamfiles in Boost, the ""os"" property is used to add libraries and defines appropriate to the target operating system. But the ""os"" property doesn't give the target operating system; it gives the build operating system. The ""target-os"" property gives the target operating system. So these Jamfiles do the wrong thing when cross-compiling. According to Vladimir Prus on the Boost-build mailing list: ""Yes, in most cases 'target-os' should be used. Please file bugs for libraries that use 'os'."" The full list of Boost libraries that appear to have this problem is: asio iostreams thread I generated this list by doing ""grep 'import os'"" and filtering out the python files, so it may not be all that accurate. ",Bugs,new,Boost 1.43.0,build,Boost 1.42.0,Problem,,,