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=LGorT0wEf35Mylld li0yfbsQHO4s4qH4DGS8dSCcQ9FrlYRnvXTY4fPs1he9r057v8iokTrpD1spwXqw Dk9ypsgLwQF/LmUAxBU50tl8K8PagYPOhP/Ca6iuQfAOyEsBB+4Yr2HPmlAMbgWz Xl9u96YCVmsokTaVx5Sg4t3t8Ms= 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=upgBd+IjLje4es3g9GSiAa Wj7z0=; b=K4JC64H7ebDn80YzNl30UOe0FxYDaHxuu047FCozJWaFTMQBUc4lhg DdomO1AME0wBLnJ8OWMk6LtVxFXFk5fIWMTuFBw9aZJWpymgCQoV7slTjf/92Gw4 FUMSdrmXCHLwSFYc5WBCjhQOKpHSFewjCB5Wq9OB2tQpt9ZjhRrQQ= 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-it0-f47.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=zkXYC4ZYTHCRc/DxTF0IESTpXqZiK897E21kOkRuWmM=; b=KZdQXfhw7Ev+MLtTc5qRn3nFD8Q6xX8/2NB95bSjuEl5iImgmgrOgtK++BLoZTuS/9 EghqEcaLxy3IRlzQb9A31KwM7kTSpaP+raFjHKdfnlc0K59NiV49TCfizQYrKxp4gP1z f7yWq52DkcBUGIFhOj1Vp9embXVCS3/TAd8UmzVxmz3jzSurlBGAAJ+hdmA84N14rIsN L4zbqSdjXLygxglM+pzJ95lOpR1ZlD9UQoyQYBVEaoVgUjRcXFt0hWkvXS4xzz2Lhq2A BOkn7jgw0iEQdZCkaM8/w0J4kYiK3oY3a+ZkBjP0T3tZ7i40mPD/Bz8OkCOqqakgfMFg 02Mw== X-Gm-Message-State: AMCzsaW3SnG/6G7HZu4fs9EXIY0eLAeeisxNdDuW+JV+5I5YtdH5Wb+d shM0VTe04gDHp0ZECIK7Lig3BQ== X-Google-Smtp-Source: ABhQp+RQNg3pweyQrLNjWtGMXuxLh2KlJQKX9g/0yl15Ab0/GQAzLMUL9kR8YyeaqKWmAIMH5QvcWw== X-Received: by 10.36.193.6 with SMTP id e6mr9201517itg.124.1508335521208; Wed, 18 Oct 2017 07:05:21 -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: <31cae8bf-3f0a-7c4a-abea-fceaa77a7415@gmail.com> Date: Wed, 18 Oct 2017 10:05:22 -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: <29b66287-6bd7-4e82-b35d-12a735c2070b@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 10/17/2017 3:16 PM, 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 > Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* filter to echo ${UNAME_MACHINE}-unknown-cygwin? -- 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