[Bug 2409] Outdated GNU config.guess scripts

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Jun 4 11:37:00 AEST 2015


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

--- Comment #2 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list