SHA256
1
0
forked from pool/Mesa

- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on

Leap 15.4

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1181
This commit is contained in:
Stefan Dirsch 2023-01-24 11:08:12 +00:00 committed by Git OBS Bridge
parent 66f43c9160
commit 98e38d64e2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on
Leap 15.4
-------------------------------------------------------------------
Mon Jan 23 18:43:50 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -805,7 +805,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
%ifarch ppc64 ppc64le
%limit_build -m 1024
%endif
%if 0%{?sle_version} >= 150400
%if 0%{?sle_version} >= 150500
export CC=gcc-12
export CXX=g++-12
%endif