mercury: broken on ppc*

This commit is contained in:
q66 2022-08-03 19:02:16 +00:00
parent fe77cc1177
commit a223318f38
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ case "$XBPS_MACHINE" in
_LLDS_GRADE=asm_fast ;; _LLDS_GRADE=asm_fast ;;
*i686*) *i686*)
_LLDS_GRADE=reg ;; _LLDS_GRADE=reg ;;
ppc*)
broken="i don't have time for this nonsense" ;;
*) *)
_LLDS_GRADE=none ;; _LLDS_GRADE=none ;;
esac esac