From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25617 invoked by alias); 27 Apr 2014 20:22:14 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 25596 invoked by uid 89); 27 Apr 2014 20:22:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f174.google.com Received: from mail-ig0-f174.google.com (HELO mail-ig0-f174.google.com) (209.85.213.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 27 Apr 2014 20:22:11 +0000 Received: by mail-ig0-f174.google.com with SMTP id h18so4045138igc.7 for ; Sun, 27 Apr 2014 13:22:09 -0700 (PDT) X-Received: by 10.43.59.82 with SMTP id wn18mr19445049icb.6.1398630129353; Sun, 27 Apr 2014 13:22:09 -0700 (PDT) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id j9sm18940086igu.10.2014.04.27.13.22.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Apr 2014 13:22:07 -0700 (PDT) Message-ID: <535D66EF.7080402@users.sourceforge.net> Date: Sun, 27 Apr 2014 20:22:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [RFC] cygport: arch-specific workdir References: <5329C6AE.7080803@cornell.edu> <5329DC45.7070806@users.sourceforge.net> <533472F3.6000504@users.sourceforge.net> In-Reply-To: <533472F3.6000504@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-04/txt/msg00072.txt.bz2 On 2014-03-27 13:50, Yaakov (Cygwin/X) wrote: > On 2014-03-19 13:04, Yaakov (Cygwin/X) wrote: >> On 2014-03-19 11:32, Ken Brown wrote: >>> I've just started experimenting with using cygport for cross compiling, >>> and I've come across two issues: >>> >>> 1. This is just a request: The latest cygport for Fedora appends i686 or >>> x86_64 to the name of the working directory. I would find it convenient >>> if cygport did the same thing on Cygwin, at least if the --32 or --64 >>> option is specified. >> >> Actually, that is experimental code (based on a request from another >> cygport user) that was accidentally shipped when I had to reroll the >> source tarball for compatibility with F20/UnversionedDocDirs. Would >> people like to see this done always, never, or only when cross-building? This is now in git master. Yaakov