diff --git a/SPECS/elfutils.spec b/SPECS/elfutils.spec index da4d329..639e6ee 100644 --- a/SPECS/elfutils.spec +++ b/SPECS/elfutils.spec @@ -186,6 +186,10 @@ profiling) of processes. # are executable. find . -name \*.sh ! -perm -0100 -print | xargs chmod +x +%ifarch %{arm} +echo -e '"dwarf: arm needs debuginfo installed for all libraries"\nexit 77' > tests/run-backtrace-native-core.sh +%endif + %build # Remove -Wall from default flags. The makefiles enable enough warnings # themselves, and they use -Werror. Appending -Wall defeats the cases where