delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/10/17/15:17:12

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:to:reply-to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=Dc5Vjxczzv/RaLC6Mi+O50kpD6cbSxY2aMC6XXr9tIoIbIOjUXfCl
s+m8Zu6HHf0aKKAJUaO3UfLnHAnk63IZ5IVK8ZaoRhQpadDu6tclSk5dBdP0yhTu
fNGjjt9BGIundPAAuHsPhCROW7+C0C5TV/ovgyLS2iTIFW4/BgzrK0=
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:to:reply-to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; s=default;
bh=cTMUBcLB9qFymFmyL7bSvw+rYo8=; b=QrkyE8QV3bJeTQn+IxYwKA2DHiUd
62EfTdPkjp26uQduUfThQ47yyfMwaQ+kq5m7aBW7/bihaZ6rzwANGZP/4iGQYRqI
XKfWt7BmBWKajSeatBK5f3qyWkrOf55uArDP9593Cuq+HuaLK5206GN5zw+6Msap
vyGn4pVSYZNFv3c=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-f48.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:reply-to:from:subject:message-id:date :user-agent:mime-version:content-language:content-transfer-encoding; bh=w4PwkZ0TyzAg26xIqcLjmdAZMDjhLXXSSs1wsd2AUHY=; b=W8IgvNoPvQYwYzjIr/PjarTQ1OxNgMm9TBWfnY12fZBZKZ1PwRgMh9Zi/XA4hYQEpe 16uSUVMtMIyvQK71i8k0HDlE6Dtyf3YQcsNtRlwtM27Wnt+UirxJwaAG6+eaAGX3Vi2H IYPBo9MNUHZ3puyT81eTM1Jys0Oq25qgW9c/VrUpYAqrEFggoW5XJGTx2aD3g/bLTNXf MT0boTjMxHXGGo1ISuhlFb7D2yfVTuZMeEo/zZkhblBKi/ffwPYlHB3/9dcVWpUrvvON qotPNcCEglgLJCcDpt57b6giVyKorGvLeq/pfjKlvWKPw+oVdChJk6fzw9pJ//0kDkJ0 cFcA==
X-Gm-Message-State: AMCzsaU4f7KDqlotqYFLKEemq6zXrdoxUZiitksp4QLZlSHtaHA4qvQ0 5181Jdvb3j1O6YBk3SMAn5F2wA==
X-Google-Smtp-Source: ABhQp+RWHKMh+dK0SQYBtWpK0gvfyY+26XyBuOUW2PaI7Z8LgxUcKAsFYS2LJ3kqadykZ/GfiWs07g==
X-Received: by 10.36.209.2 with SMTP id w2mr7298692itg.130.1508267814401; Tue, 17 Oct 2017 12:16:54 -0700 (PDT)
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
From: cyg Simple <cygsimple AT gmail DOT com>
Subject: Which is it -pc- or -unknown-
Message-ID: <29b66287-6bd7-4e82-b35d-12a735c2070b@gmail.com>
Date: Tue, 17 Oct 2017 15:16:57 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
MIME-Version: 1.0
X-IsSubscribed: yes

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

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019