Accepting request 796570 from home:Guillaume_G:branches:X11:XOrg

- Disable LTO on armv6 to fix build

OBS-URL: https://build.opensuse.org/request/show/796570
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=946
This commit is contained in:
Stefan Dirsch 2020-04-23 15:16:16 +00:00 committed by Git OBS Bridge
parent 7f27ff2b0b
commit f2800fc006
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 14:23:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on armv6 to fix build
-------------------------------------------------------------------
Sun Apr 5 12:27:35 UTC 2020 - Torsten Duwe <duwe@suse.com>

View File

@ -32,6 +32,10 @@
# Note that if you actually need to render something, you need the packages
# from Mesa-driver.
%ifarch armv6l armv6hl
%define _lto_cflags %{nil}
%endif
##### WARNING: please do not edit this auto generated spec file. Use the Mesa.spec! #####
%define drivers 1
%define libglvnd 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 14:23:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on armv6 to fix build
-------------------------------------------------------------------
Sun Apr 5 12:27:35 UTC 2020 - Torsten Duwe <duwe@suse.com>

View File

@ -32,6 +32,10 @@
# Note that if you actually need to render something, you need the packages
# from Mesa-driver.
%ifarch armv6l armv6hl
%define _lto_cflags %{nil}
%endif
%define drivers 0
%define libglvnd 0