]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
on %{arm} ensure valgrind is built in arm mode
authorJan Palus <atler@pld-linux.org>
Thu, 13 Apr 2023 13:44:31 +0000 (15:44 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 13 Apr 2023 13:44:31 +0000 (15:44 +0200)
valgrind uses own assembler that assumes arm mode and compilation fails
in thumb mode

valgrind.spec

index b27486de4ec36e87c7d7ffaaf83f0e46cb1d90b8..06046acb258516bc018df56749eb83dc25d909e3 100644 (file)
@@ -39,6 +39,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # ld portion broken
 %undefine      with_ccache
 
+%define                specflags_arm   -marm
+
 %description
 Valgrind is a GPL'd system for debugging and profiling Linux programs.
 With the tools that come with Valgrind, you can automatically detect
This page took 0.084291 seconds and 4 git commands to generate.