2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Merge remote-tracking branch 'origin/develop' into feature/cxx

This commit is contained in:
Rene Rivera
2019-04-05 21:36:37 -05:00

View File

@@ -374,9 +374,6 @@ local rule dump-full-version ( command-string )
local rule dump-version ( command-string )
{
# -dumpfullversion is only supported for gcc 7+.
# Passing both options works, as the first one that's
# recognized will be used.
return [ MATCH "^([0-9.]+)" :
[ SHELL "$(command-string) -dumpversion" ] ] ;
}