On Mon, Oct 22, 2018 at 10:25:29AM -0400, Earnie wrote:

> Why does config.guess return *-unknown-cygwin when `gcc
> -dumpmachine` prints *-pc-cygwin?  Am I wrong in thinking the two
> should match?  There is no *-unknown-cygwin-gcc on PATH but there is
> a *-pc-cygwin-gcc on PATH.

    i*:CYGWIN*:*)
        echo "$UNAME_MACHINE"-pc-cygwin
             exit ;;

Which machine [run uname -m] are you talking about?

Ben

Attachment: signature.asc
Description: PGP signature

_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to