edb-debugger: mark ppc64 as broken

[ci skip]
This commit is contained in:
q66 2018-12-20 18:23:32 +01:00 committed by Helmut Pozimski
parent ac0da85cde
commit 3415319941

View file

@ -17,7 +17,7 @@ case "${XBPS_TARGET_MACHINE}" in
arm*|aarch64*)
broken="${XBPS_TARGET_MACHINE} not supported yet"
;;
mips*)
mips*|ppc64*)
broken="${XBPS_TARGET_MACHINE} unsuported target"
;;
esac