2
0
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:
Dave Abrahams
2002-05-23 16:20:03 +00:00
parent eaf52fbd05
commit a3d0cd5062
2 changed files with 6 additions and 2 deletions

View File

@@ -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)
{