OSDN Git Service

configure: bump min required CLang to 6.0 / XCode 10.0
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 14 May 2021 12:04:15 +0000 (13:04 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Jun 2021 07:11:32 +0000 (09:11 +0200)
commit2a85a08c998e418a46a308095893f223642f6fc9
treea935ff1fc8075b19c2ad7c710fb504983614e6a8
parent56208a0d473c6db263cc333c787ca48b502d72ab
configure: bump min required CLang to 6.0 / XCode 10.0

Several distros have been dropped since the last time we bumped the
minimum required CLang version.

Per repology, currently shipping versions are:

             RHEL-8: 10.0.1
      Debian Buster: 7.0.1
 openSUSE Leap 15.2: 9.0.1
   Ubuntu LTS 18.04: 6.0.0
   Ubuntu LTS 20.04: 10.0.0
         FreeBSD 12: 8.0.1
          Fedora 33: 11.0.0
          Fedora 34: 11.1.0

With this list Ubuntu LTS 18.04 is the constraint at 6.0.0

An LLVM version of 6.0.0 corresponds to macOS XCode version of 10.0
which dates from Sept 2018.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-13-berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure