Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16203 invoked from network); 13 Jul 2009 21:08:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 21:08:16 -0000 Received: (qmail 10142 invoked by uid 500); 13 Jul 2009 21:08:25 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 10078 invoked by uid 500); 13 Jul 2009 21:08:24 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 10068 invoked by uid 99); 13 Jul 2009 21:08:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 21:08:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ddevienne@gmail.com designates 209.85.212.201 as permitted sender) Received: from [209.85.212.201] (HELO mail-vw0-f201.google.com) (209.85.212.201) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 21:08:16 +0000 Received: by vwj39 with SMTP id 39so2128157vwj.14 for ; Mon, 13 Jul 2009 14:07:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=IW/Ke3kVMOsm4yT5oHZ6SfTQzBAN5aOVS8aVxHA/otQ=; b=KhDya1szrYrWLSEKhLLsPUxYy4DMQJhAvxCLVXtydTjiNXvKQ1PfxXgvyuq8IHxcYC z4QnAsrZamxK6dQlOzzmfRP5kYAAPqbWywN63FI49kC0YfMWPtfBX6jsC6cWsBdNv0yv asKkqsiq9e2UWuyBjo/ajtWjBsH/ddll44ZuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ohrR8BgTRS7AglQ4+zej/Ffnx+vM/ENUOY833NVz9WLzj6p2x25cnvbI9/VeDpH8DK Uw5Sxy7KtE37196RQmtKa7oN5HGMvm25rnpWqEy1KHMPyAHSLJFeDPphOx5BUJAl8tN5 2357GVeUdV9snxu/46rualci0ACIqBcKcD244= MIME-Version: 1.0 Received: by 10.220.71.6 with SMTP id f6mr8030635vcj.16.1247519274872; Mon, 13 Jul 2009 14:07:54 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jul 2009 16:07:54 -0500 Message-ID: <255d8d690907131407m2f1066ealfdbc86c4ad285bcf@mail.gmail.com> Subject: Re: Cross-compiler cpptasks From: Dominique Devienne To: Ant Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jul 13, 2009 at 10:44 AM, Blank, Roman wrote: > I need to use a compiler that is not supported for the cc task. > > I'm currently using the =A0task for example and I nee= d to replace the gcc compiler with another one that is not supported on tha= t list. =A0Does anyone know of how I can do that? You must write code in CppTasks itself to do that, as CppTasks is not extensible from the "outside" in that regard AFAIK. I had to do it once, several years ago, to support SUN's C compiler (cc, not CC, their C++ compiler) on Solaris, and from my vague recollection is was mostly a copy/paste job for the compiler/linker code, with easy to find places where to register them. I'm no longer with that company, so I can't provide a diff as example of adding a compiler, sorry. But maybe CppTasks's own CVS repo has that diff in fact? --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org