Remove valgrind-3.11.0-no-stv.patch (gcc6 has been fixed).

This commit is contained in:
Mark Wielaard 2016-02-17 22:25:08 +01:00
parent c16638a469
commit 538f0cd8b5
2 changed files with 3 additions and 26 deletions

View File

@ -1,22 +0,0 @@
--- valgrind-3.11.0.orig/configure 2015-11-15 18:08:05.399929722 +0100
+++ valgrind-3.11.0/configure 2016-01-30 19:33:09.616564942 +0100
@@ -8630,7 +8630,7 @@
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
-PREFERRED_STACK_BOUNDARY_2="-mpreferred-stack-boundary=2"
+PREFERRED_STACK_BOUNDARY_2="-mpreferred-stack-boundary=2 -mno-stv"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
--- valgrind-3.11.0.orig/configure.ac 2015-11-15 18:08:05.497930840 +0100
+++ valgrind-3.11.0/configure.ac 2016-01-30 19:32:54.833417794 +0100
@@ -1836,7 +1836,7 @@
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
return 0;
]])], [
-PREFERRED_STACK_BOUNDARY_2="-mpreferred-stack-boundary=2"
+PREFERRED_STACK_BOUNDARY_2="-mpreferred-stack-boundary=2 -mno-stv"
AC_MSG_RESULT([yes])
], [
PREFERRED_STACK_BOUNDARY_2=""

View File

@ -101,9 +101,6 @@ Patch17: valgrind-3.11.0-x86_unwind.patch
# KDE#358478 drd/tests/std_thread.cpp doesn't build with GCC6
Patch18: valgrind-3.11.0-drd_std_thread.patch
# GCC#69454 Workaround for ix86_expand_prologue internal compiler error
Patch19: valgrind-3.11.0-no-stv.patch
%if %{build_multilib}
# Ensure glibc{,-devel} is installed for both multilib arches
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
@ -226,7 +223,6 @@ Valgrind User Manual for details.
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%build
# We need to use the software collection compiler and binutils if available.
@ -419,6 +415,9 @@ echo ===============END TESTING===============
%endif
%changelog
* Wed Feb 17 2016 Mark Wielaard <mjw@redhat.com>
- Remove valgrind-3.11.0-no-stv.patch (gcc6 has been fixed).
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.11.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild