Skip to content
  • Gábor Szalai's avatar
    Update GCC version check · af1f1db9
    Gábor Szalai authored
    At the beginning the GCC (and clang) used the versioning scheme:
    <major>.<minor>.<patch>
    
    The <patch> part is ignored by the version check as the patch releases are
    compatible.
    
    Both the GCC and the Clang dropped the minor releases at the release of GCC5 & Clang5
    They garantee the API & ABI compatibility within a major version, so only the
    major version should be taken account.
    
    Change-Id: I73447b7f994b0b9eb5c536a49d4fe537bbd30969
    af1f1db9