[valgrind] Don't cleanup fake 32-bit libgcc created in %%build.

Mark Wielaard mjw at fedoraproject.org
Mon May 19 09:23:41 UTC 2014


commit ea86ed09efd2e0f29202327df1cd58942500a937
Author: Mark Wielaard <mjw at redhat.com>
Date:   Mon May 19 11:23:37 2014 +0200

    Don't cleanup fake 32-bit libgcc created in %%build.

 valgrind.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 402e73a..30c163b 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -277,11 +277,6 @@ done
 # necessary. See also configure above.
 make %{?_smp_mflags} CFLAGS="" check || :
 
-# Remove and cleanup fake 32-bit libgcc package created in  %%build.
-%if %{build_multilib}
-rm -rf libgcc
-%endif
-
 echo ===============TESTING===================
 ./close_fds make regtest || :
 # Make sure test failures show up in build.log
@@ -331,6 +326,10 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Mon May 19 2014 Mark Wielaard <mjw at redhat.com>
+- Don't cleanup fake 32-bit libgcc created in %%build.
+  make regtest might depend on it to build -m32 binaries.
+
 * Fri May 16 2014 Mark Wielaard <mjw at redhat.com> 3.9.0-15.svn20140513r13961
 - Add SHL_d_d_#imm to valgrind-3.9.0-aarch64-glibc-2.19.90-gcc-4.9.patch
 


More information about the scm-commits mailing list