[Bug 1138809] LTO: gmp build fails
http://bugzilla.suse.com/show_bug.cgi?id=1138809 http://bugzilla.suse.com/show_bug.cgi?id=1138809#c1 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.liska@suse.com Flags| |needinfo?(martin.liska@suse | |.com) --- Comment #1 from Richard Biener <rguenther@suse.com> --- Did you file an upstream bugreport? Did you do any analysis? Note that the testsuite uses the static libgmp which means we end up LTO-ing that. I'd say instead of SR#711056 we want to disable LTO for the testsuite only and see if we run into issues downstream. Does the following work? Index: gmp.spec =================================================================== --- gmp.spec (revision c7798040d19b320e52e6462ed7ede0e8) +++ gmp.spec (working copy) @@ -81,6 +81,8 @@ %check # do not disable "make check", FIX THE BUGS! +# bsc#1138809 lists mpz/t-get_d_2exp failing with LTO +export CFLAGS="%{optflags} -fno-lto" make %{?_smp_mflags} check %install -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com