Add valgrind-3.11.0-arm-no-cast-align.patch

This commit is contained in:
Mark Wielaard 2015-09-18 22:32:50 +02:00
parent 3bd1af7e5e
commit c3606af645
2 changed files with 2563 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,9 @@ Patch5: valgrind-3.11.0-arm64-libvex_test.patch
# Fix some compiler warnings on arm # Fix some compiler warnings on arm
Patch6: valgrind-3.11.0-arm-warnings.patch Patch6: valgrind-3.11.0-arm-warnings.patch
# Don't use -Wcast-align on arm
Patch7: valgrind-3.11.0-arm-no-cast-align.patch
%if %{build_multilib} %if %{build_multilib}
# Ensure glibc{,-devel} is installed for both multilib arches # 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 BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
@ -174,6 +177,7 @@ Valgrind User Manual for details.
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch6 -p1 %patch6 -p1
%patch7 -p1
%build %build
# We need to use the software collection compiler and binutils if available. # We need to use the software collection compiler and binutils if available.
@ -354,6 +358,7 @@ echo ===============END TESTING===============
- Add valgrind-3.11.0-glibc-futex-message.patch - Add valgrind-3.11.0-glibc-futex-message.patch
- Add valgrind-3.11.0-arm64-libvex_test.patch - Add valgrind-3.11.0-arm64-libvex_test.patch
- Add valgrind-3.11.0-arm-warnings.patch - Add valgrind-3.11.0-arm-warnings.patch
- Add valgrind-3.11.0-arm-no-cast-align.patch
* Tue Sep 15 2015 Orion Poplawski <orion@cora.nwra.com> - 1:3.11.0-0.2.TEST1 * Tue Sep 15 2015 Orion Poplawski <orion@cora.nwra.com> - 1:3.11.0-0.2.TEST1
- Rebuild for openmpi 1.10.0 - Rebuild for openmpi 1.10.0