From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23665 invoked by alias); 24 Jun 2009 13:06:19 -0000 Received: (qmail 23653 invoked by uid 22791); 24 Jun 2009 13:06:19 -0000 X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-qy0-f191.google.com (HELO mail-qy0-f191.google.com) (209.85.221.191) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Jun 2009 13:06:12 +0000 Received: by qyk29 with SMTP id 29so994386qyk.12 for ; Wed, 24 Jun 2009 06:06:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.77.75 with SMTP id f11mr1249003vck.66.1245848769892; Wed, 24 Jun 2009 06:06:09 -0700 (PDT) In-Reply-To: <87271a2c0906221108o547deceepd2c0891be84718fb@mail.gmail.com> References: <20090610101230.342741672@gmail.com> <20090610113222.856924123@gmail.com> <200906191827.17961.yann.morin.1998@anciens.enib.fr> <87271a2c0906221108o547deceepd2c0891be84718fb@mail.gmail.com> Date: Wed, 24 Jun 2009 13:06:00 -0000 Message-ID: <87271a2c0906240606y4c4bacccnffc6cbb30f25cddd@mail.gmail.com> Subject: Re: [patch 4/4] Implement canadian build option From: Bart van der Meulen To: "Yann E. MORIN" Cc: 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: 2009-06/txt/msg00057.txt.bz2 2009/6/22 Bart van der Meulen : > Hi Yann, > > Thanks for the comment, > > 2009/6/19 Yann E. MORIN : > "${CT_STATE_DIR}" >>> @@ -303,10 +305,18 @@ if [ -z "${CT_RESTART}" ]; then >>> >>> =A0 =A0 =A0# Prepare mangling patterns to later modify BUILD and HOST (= see below) >>> =A0 =A0 =A0case "${CT_TOOLCHAIN_TYPE}" in >>> + =A0 =A0 =A0 =A0canadian) >>> + =A0 =A0 =A0 =A0 =A0 =A0CT_REAL_TARGET=3D${TARGET} >> >> CT_REAL_TARGET is used nowhere in the code. What was it for? >> > > I'm not sure why i needed CT_REAL_TARGET in the first place I'll have > too look into it > CT_REAL_TARGET is needed as define for the loop that detect and installs the build tools. This define is used to detect the correct versions of the tools when no prefix is specified in the configuration There was however an error in the assignment instead of ${TARGET} it should have been ${CT_TARGET}, Bart > -- For unsubscribe information see http://sourceware.org/lists.html#faq