forked from pool/glibc
Accepting request 711655 from home:marxin:branches:Base:System
- Disable LTO due to a usage of top-level assembler that causes LTO issues (boo#1138807). OBS-URL: https://build.opensuse.org/request/show/711655 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=530
This commit is contained in:
parent
c9be2cdeba
commit
b8dcef20ae
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 10:02:20 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Disable LTO due to a usage of top-level assembler that
|
||||
causes LTO issues (boo#1138807).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 12:10:59 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -554,6 +554,9 @@ rm -fv sysdeps/powerpc/powerpc32/power4/hp-timing.c sysdeps/powerpc/powerpc32/po
|
||||
find . -name configure | xargs touch
|
||||
|
||||
%build
|
||||
# Disable LTO due to a usage of top-level assembler that
|
||||
# causes LTO issues (boo#1138807).
|
||||
%define _lto_cflags %{nil}
|
||||
if [ -x /bin/uname.bin ]; then
|
||||
/bin/uname.bin -a
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user