From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11140 invoked by alias); 9 Apr 2010 22:25:20 -0000 Received: (qmail 11116 invoked by uid 22791); 9 Apr 2010 22:25:17 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SARE_MSGID_LONG45 X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Apr 2010 22:25:11 +0000 Received: by wwf26 with SMTP id 26so1262613wwf.0 for ; Fri, 09 Apr 2010 15:25:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.9.67 with HTTP; Fri, 9 Apr 2010 15:25:08 -0700 (PDT) In-Reply-To: <4bbf80f2.1067f10a.1d47.5f74@mx.google.com> References: <20100409190419.325379428@bohmer.net> <4bbf80f2.1067f10a.1d47.5f74@mx.google.com> Date: Fri, 09 Apr 2010 22:25:00 -0000 Received: by 10.216.157.202 with SMTP id o52mr380267wek.212.1270851909144; Fri, 09 Apr 2010 15:25:09 -0700 (PDT) Message-ID: Subject: Re: [CT-NG:patch 01/19] Add option to not install the wrapper scripts From: Arnaud Lacombe To: Remy Bohmer Cc: "Yann E. MORIN" , crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00067.txt.bz2 Hi, On Fri, Apr 9, 2010 at 3:04 PM, Remy Bohmer wrote: > On certain hosts (ie. mingw) the default wrapper scripts and binary do no= t work > due to incompatible paths, path syntax, executable extensions > Why not making the script/exec MinGW-friendly ? I find dangerous to offer that option to everyone. If mingw specifically has to disable the wrapper (ie. if it can't be fixed), this can certainly be done in pure kconfig logic (!FOO_MINGW at the right place), without touching the build script. Having both ${CT_WRAPPER_NEEDED} and ${CT_TOOLS_WRAPPER_NONE} set seems quite illogical to me. Note that this wrapper stuff can be worked around by using the patch I send in a previous thread[0]. Yann, do you want a clean version of that patch ? Thanks, - Arnaud [0]: http://sourceware.org/ml/crossgcc/2010-04/msg00008.html > Signed-off-by: Bart vdr. Meulen > --- > =A0config/companion_libs.in =A0 | =A0 14 +++++++- > =A0scripts/build/internals.sh | =A0 78 +++++++++++++++++++++++-----------= ----------- > =A02 files changed, 53 insertions(+), 39 deletions(-) > -- For unsubscribe information see http://sourceware.org/lists.html#faq