- Ada bootstrap now requires at least GCC 5, use GCC 7 on SLES 12
instead of GCC 4.8. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=42
This commit is contained in:
parent
def6d4cb87
commit
f9c6f64baa
@ -233,9 +233,9 @@ BuildRequires: gcc@base_ver@-ada
|
||||
BuildRequires: gcc@base_ver@-c++
|
||||
%else
|
||||
%if %{suse_version} < 1310
|
||||
%define hostsuffix -4.8
|
||||
BuildRequires: gcc48-ada
|
||||
BuildRequires: gcc48-c++
|
||||
%define hostsuffix -7
|
||||
BuildRequires: gcc7-ada
|
||||
BuildRequires: gcc7-c++
|
||||
%else
|
||||
%define hostsuffix %{nil}
|
||||
BuildRequires: gcc-ada
|
||||
|
@ -249,9 +249,9 @@ BuildRequires: gcc12-ada
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
%if %{suse_version} < 1310
|
||||
%define hostsuffix -4.8
|
||||
BuildRequires: gcc48-ada
|
||||
BuildRequires: gcc48-c++
|
||||
%define hostsuffix -7
|
||||
BuildRequires: gcc7-ada
|
||||
BuildRequires: gcc7-c++
|
||||
%else
|
||||
%define hostsuffix %{nil}
|
||||
BuildRequires: gcc-ada
|
||||
|
@ -7,6 +7,8 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||
- Add _multibuild to gather all .spec files and reduce the number
|
||||
of .changes files to one, autogenerated by change_spec.
|
||||
- Drop %ringdisabled handling.
|
||||
- Ada bootstrap now requires at least GCC 5, use GCC 7 on SLES 12
|
||||
instead of GCC 4.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -228,9 +228,9 @@ BuildRequires: gcc12-ada
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
%if %{suse_version} < 1310
|
||||
%define hostsuffix -4.8
|
||||
BuildRequires: gcc48-ada
|
||||
BuildRequires: gcc48-c++
|
||||
%define hostsuffix -7
|
||||
BuildRequires: gcc7-ada
|
||||
BuildRequires: gcc7-c++
|
||||
%else
|
||||
%define hostsuffix %{nil}
|
||||
BuildRequires: gcc-ada
|
||||
|
Loading…
Reference in New Issue
Block a user