diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index e318192b4..33d9cc599 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -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" ] ] ; }