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:
parent
7f27ff2b0b
commit
f2800fc006
@ -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>
|
Sun Apr 5 12:27:35 UTC 2020 - Torsten Duwe <duwe@suse.com>
|
||||||
|
|
||||||
|
@ -32,6 +32,10 @@
|
|||||||
# Note that if you actually need to render something, you need the packages
|
# Note that if you actually need to render something, you need the packages
|
||||||
# from Mesa-driver.
|
# 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! #####
|
##### WARNING: please do not edit this auto generated spec file. Use the Mesa.spec! #####
|
||||||
%define drivers 1
|
%define drivers 1
|
||||||
%define libglvnd 0
|
%define libglvnd 0
|
||||||
|
@ -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>
|
Sun Apr 5 12:27:35 UTC 2020 - Torsten Duwe <duwe@suse.com>
|
||||||
|
|
||||||
|
@ -32,6 +32,10 @@
|
|||||||
# Note that if you actually need to render something, you need the packages
|
# Note that if you actually need to render something, you need the packages
|
||||||
# from Mesa-driver.
|
# from Mesa-driver.
|
||||||
|
|
||||||
|
%ifarch armv6l armv6hl
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
%endif
|
||||||
|
|
||||||
%define drivers 0
|
%define drivers 0
|
||||||
%define libglvnd 0
|
%define libglvnd 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user