From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 522 invoked by alias); 15 Feb 2007 17:35:33 -0000 Received: (qmail 514 invoked by uid 22791); 15 Feb 2007 17:35:33 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Feb 2007 17:35:27 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id F29B82986C6; Thu, 15 Feb 2007 12:35:25 -0500 (EST) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Thu, 15 Feb 2007 12:35:25 -0500 (EST) Received: from [192.168.7.26] ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 15 Feb 2007 09:35:19 -0800 Message-ID: <45D499DB.4000407@avtrex.com> Date: Thu, 15 Feb 2007 17:35:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.9 (X11/20061219) MIME-Version: 1.0 To: gnustuff@thisiscool.com Cc: tromey@redhat.com, GCJ-patches Subject: Re: Patch: RFC: fix ProcessBuilder; windows help needed References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00497.txt.bz2 Mohan Embar wrote: > Hi Tom, > >> I want to take another stab at figuring this out on my end. I'm redoing >> the build. Stay tuned. > > Quick status: I successfully built the Linux native compiler with > --enable-java-maintainer-mode. When I tried building the Windows cross > compiler, the build choked because the cross assembler didn't recognize > flag -Qy. I'm crossing my fingers and hoping this was a temporary glitch > in the source tree; I'm regetting pristine sources today so I can start over > from scratch. > For cross builds, the GCC build can use the wrong assembler at times if the target assembler is not in the PATH both at configure and make time. David Daney