mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Better matching for gcc toolsets (hack)
[SVN r14023]
This commit is contained in:
@@ -22,7 +22,9 @@ PYTHON_VERSION_NODOT
|
||||
|
||||
local RUN_PATH = $(RUN_PATH) ;
|
||||
|
||||
gcc-compilers = gcc gcc-stlport ;
|
||||
# Decide which toolsets should be treated like an ordinary (unix) GCC installation
|
||||
gcc-compilers = [ MATCH ^(gcc.*)$ : $(TOOLS) ] ;
|
||||
gcc-compilers = [ difference $(gcc-compilers) : gcc-nocygwin ] ;
|
||||
|
||||
if $(NT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user