Dirk Mueller
865e063b74
- add 0001-Bug-397187-s390x-Add-vector-register-support-for-vgd.patch 0001-Bug-400490-s390x-Fix-register-allocation-for-VRs-vs-.patch, 0001-Bug-400491-s390x-Sign-extend-immediate-operand-of-LO.patch, Implement-emulated-system-registers.-Fixes-392146.patch (FATE#326355) OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=174
14 lines
302 B
Diff
14 lines
302 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -252,7 +252,7 @@ case "${host_cpu}" in
|
|
ARCH_MAX="s390x"
|
|
;;
|
|
|
|
- armv7*)
|
|
+ armv6*|armv7*)
|
|
AC_MSG_RESULT([ok (${host_cpu})])
|
|
ARCH_MAX="arm"
|
|
;;
|