X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:reply-to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=bT80KcF2qc8aXTEB aEvBZqQ8XO7w9bpwtzGHR7RRctD7mGFTipc01/02ka4DKuxuIL+VSlEzzTGDsJvz ORKnqJMQNlhtMCcY8rziWy5JGjW2zx2S/uUeKiy41l5n7BHwh1xGbemzw4O5c5fw LbSlx46PEA5T48h3aO/i68gfaks= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:reply-to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=WjRfwn4CqbrrKnljIhSMya 26jYw=; b=FX5CMalVdvDydmiHUm4nj+obwZVFjyLbYkJYpkg3fecxf1NgVFdBwX budnchaVfoy2/Pjv6NEZpi1krngYuBGmbcKxVapp4eROAz7UlEGFEj9Gz4CrfyKP 8wfQFprAZ3Y6YAVkbiV231DO4nI/OY2elk/NhWt6m7Qw7AMQugvoQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-io0-f180.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:reply-to:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Cv9XbW+yQW2goIBB0vJlAj/It0wojzoL5FU9Oj/giXc=; b=LEFeR53JtYODDZmcx6XkzpDpfPhKUVzsOMK0Jq7Fx80IUwP5xnHKnpe9VW0pay2bDW 4tPoI9Yc9EauaaHHNTYEFH7ExglxFtdJasHA+eavnjJC9KFVUXW4fVU9BljiegvN8qSK JD+5CULzxsFsYCIWVUD+GCR5LyG+NRxxO6Wqe2n6C/t9H0gEksM95BTvrMSHApObgTIt DUGM8dpUBUJ5WZIzEsun0d10misQGs2tG8HcN2IjeSJtRfgJ4CVyvAIMZb/tIUqG46Oj PXiH45zDoOxcIaGLwsNd5x+vPMDdFVg19ogV85bf4RtAI2hnP/gNI+QYaDDDvSDZZjmZ W1ig== X-Gm-Message-State: AMCzsaWHrsgDhO2Vx2YVnldL/VmzYCnojJX+G2AjXtKIpzbCvHZJbkzi bJoXqbcYrEjlTzsbY9xYMY7F7w== X-Google-Smtp-Source: AOwi7QCoxQigeS3p7UnlaY6fsneCj+96Xf7k+RueXJoTU3kLq85mM0cqLCAOg/vImDJMP5azPZWvWA== X-Received: by 10.107.129.166 with SMTP id l38mr20196507ioi.244.1508297346673; Tue, 17 Oct 2017 20:29:06 -0700 (PDT) Subject: Re: Which is it -pc- or -unknown- To: cygwin AT cygwin DOT com References: <29b66287-6bd7-4e82-b35d-12a735c2070b AT gmail DOT com> Reply-To: cygwin AT cygwin DOT com From: cyg Simple Message-ID: Date: Tue, 17 Oct 2017 23:29:06 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 10/17/2017 7:49 PM, Brian Inglis wrote: > On 2017-10-17 13:16, cyg Simple wrote: >> The config.guess file[1] is confused. >> >> 840 i*:CYGWIN*:*) >> 841 echo ${UNAME_MACHINE}-pc-cygwin >> 842 exit ;; >> ----- >> 870 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) >> 871 echo x86_64-unknown-cygwin >> 872 exit ;; >> >> The GCC executable is x86_64-pc-cygwin-gcc.exe but config.guess on my >> system gives x86_64-unknown-cygwin so specifying a fully qualified host >> doesn't find the executable file. So which should it be? >> >> [1]http://git.savannah.gnu.org/cgit/config.git/tree/config.guess?id=c003e5cb947924ca5edd25c3b840aaa373c66b28 > > There are also similar confusions and differences between projects and distros > about use of x86_64 (or x86-64) and amd64. You may have come across others. > I'm only concerned with Cygwin at the moment. As I understand it the we should distribute x86[_64]-unknown-cygwin-*.exe and not as x86[_64]-pc-cygwin-*.exe We also need to correct config.guess for the i*:CYGWIN*:* match. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple