mercury: broken on ppc*
This commit is contained in:
parent
fe77cc1177
commit
a223318f38
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue