Opened 16 years ago

#205 new defect

Autoconfiguration broken

Reported by: ghost Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: cross Cc:

Description

If I have:

using gcc : : i686-pc-mingw32-g++ ;

we automatically define subfeatures for version and target, so gcc-4.3.2-mingw, for example, is valid. However, saying

toolset=gcc-4.3.2-mingw

on the command line cause autoconfig to think such version is not defined yet, and try to autoconfigure gcc -- and it manages to configure regular system g++, in such a way that both "i686-pc-mingw32-g++ and g++" are present in the final command line.

Change History (0)

Note: See TracTickets for help on using tickets.