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

This commit is contained in:
Mark Wielaard 2014-05-19 11:23:37 +02:00
parent dd1933892a
commit ea86ed09ef

View File

@ -277,11 +277,6 @@ done
# necessary. See also configure above. # necessary. See also configure above.
make %{?_smp_mflags} CFLAGS="" check || : 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=================== echo ===============TESTING===================
./close_fds make regtest || : ./close_fds make regtest || :
# Make sure test failures show up in build.log # Make sure test failures show up in build.log
@ -331,6 +326,10 @@ echo ===============END TESTING===============
%endif %endif
%changelog %changelog
* Mon May 19 2014 Mark Wielaard <mjw@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@redhat.com> 3.9.0-15.svn20140513r13961 * Fri May 16 2014 Mark Wielaard <mjw@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 - Add SHL_d_d_#imm to valgrind-3.9.0-aarch64-glibc-2.19.90-gcc-4.9.patch