https://bugzilla.mindrot.org/show_bug.cgi?id=2409

--- Comment #2 from Damien Miller <[email protected]> ---
Comment on attachment 2643
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2643
Diff for updated config.guess

I think the whole thing is too big for now, but maybe we could just
add:

    ppc64le:Linux:*:*)
    echo powerpc64le-unknown-linux-gnu
    exit ;;
    ppcle:Linux:*:*)
    echo powerpcle-unknown-linux-gnu
    exit ;;

which should get the OP going, and do the rest after release

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to