From b8dcef20ae6c9b8c9bb40a34b0707b89fc7faaa003d9f47f18532e0b67ff336b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 24 Jun 2019 11:56:25 +0000 Subject: [PATCH] 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 --- glibc.changes | 6 ++++++ glibc.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/glibc.changes b/glibc.changes index 8871bc1..52efc48 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 20 10:02:20 UTC 2019 - Martin Liška + +- 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 diff --git a/glibc.spec b/glibc.spec index 86dd169..5e333d0 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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