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:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=agGO1BsQokwKjtEJ 4NciJ4q4u16+Z920YmxQXrH82r5fj+Pz9X+8l1mpAZAjuuwuHE8WrBMn2cXc1XNj 9Hj8ntUf02VO8msX4fr6Uac+1cSb4plTdmCbK0v7zLgibPRJPDeDlAZ9GWw7EaD8 f2jNWe0TK+vFmX7MudbWX8RM314= 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:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=gZkicidhHYk1SK/yQuH4M9 3LjkM=; b=YfuLQQSDa8qVyMtZM68EeG2t7G/Dnvb/ot0JIoah2eYUX0dtxPxqjc o6JALZSzvHGDbB1O2KEuKPpMFhIb96vc0/5ic6Lo4iZJxMh0iAVxwBPr/Awy46cm JchQiJs5gR4Jhl7f2TA0eWRYrbbdj64g7iG7eXxpC1tdnzbY0koLo= 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=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=EG, H*UA:6.1, H*u:6.1, site X-HELO: mail-wm0-f41.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:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xBZG8iucpyTccJnh6YyOwOioedQ2uIlGPy+qVDifrP4=; b=YpbIhNdNUIFc5ARP8cNmtDSds9WLrArDAGKpUDtjAGmmUp04mbMzQ+cFvgH+06ZaSh cvIG6zmrGUJYy7zXZ/reUvHpsu9RoN2lRUyFsLjXBE/yF9ccEJIncfuQ9d6OgDw5f0Eq AH+OxrmHq6k7q3qGNZLaVyQZ9i5/H7Hp53hR8aT3C9aoTDFwdwBM7jZik+rCYC98lqQr 4XHVXswvhrP3ZujxTVKB+GeXhNeim+A4pVuwTQOp1EnOldI1etgWPAUo84G+Mnb87zID UUJ8rhNKnng0KfuiMmlIHCw5Ze1Qc6M8ieQfpjnqtX9nrcbdRXRJZkgXhcFZei6aLe9J nnrg== X-Gm-Message-State: AMCzsaVKiKotDTxQk9t0/3CYRWasXNmva2O0Runp3Mcsl3oEHce7vqDq /HZMyozQoD+iNn66fJ4MYJQnEA== X-Google-Smtp-Source: AOwi7QDEHZ6ewdEKJNMt6QvdFPec1/bKcxcczO8Mbyfoc6SxEMSZO+pz2wvYPHxqh+oynQrsExW03A== X-Received: by 10.80.163.215 with SMTP id t23mr20215511edb.244.1508309113812; Tue, 17 Oct 2017 23:45:13 -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> From: Marco Atzeri Message-ID: Date: Wed, 18 Oct 2017 08:45:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 18/10/2017 05:29, cyg Simple wrote: > On 10/17/2017 7:49 PM, Brian Inglis wrote: >> On 2017-10-17 13:16, cyg Simple wrote: > > 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. > it is irrelevant as x86[_64]-unknown-cygwin-*.exe and x86[_64]-pc-cygwin-*.exe are equivalent. And usually it is not x86 but i686 $ arch i686 For a regex pattern you should include both. I do not bore which one is built and distributed on my packages. E.G. on octave /usr/lib/octave/site/oct/i686-pc-cygwin /usr/lib/octave/site/oct/x86_64-unknown-cygwin Regards Marco -- 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