From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17676 invoked by alias); 26 Mar 2002 13:46:10 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 17628 invoked by uid 71); 26 Mar 2002 13:46:04 -0000 Date: Tue, 26 Mar 2002 05:46:00 -0000 Message-ID: <20020326134604.17617.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Richard Earnshaw Subject: Re: java/5487: arm-linux-gcj cross-compiler generates bad assembler-code Reply-To: Richard Earnshaw X-SW-Source: 2002-03/txt/msg00975.txt.bz2 List-Id: The following reply was made to PR java/5487; it has been noted by GNATS. From: Richard Earnshaw To: tromey@redhat.com Cc: Richard.Earnshaw@arm.com, gcc-gnats@gcc.gnu.org Subject: Re: java/5487: arm-linux-gcj cross-compiler generates bad assembler-code Date: Tue, 26 Mar 2002 13:41:34 +0000 tromey@redhat.com said: > OTOH, rhug is sort of a special case. It is one of the important gcj > applications that we want to build out of the box. Except, of course, that it doesn't; particularly for a cross system. ~/gnusrc/rhug/configure --target=arm-elf --prefix=/home/rearnsha/gnu/egcs/a rm-elf-install ... checking for gcj... no checking for gcjh... no configure: error: no acceptable gcjh found in $PATH cam-linux16:rhug [1006] $ arm-elf-gc arm-elf-gcc arm-elf-gcj arm-elf-gcov arm-elf-gccbug arm-elf-gcjh It should be looking for the cross compiler, not a native one in a cross build. I'm sorry, I just don't have the time to spend tracking down this problem; there's just too many prerequisites that are in the way. If someone can produce an isolated test-case, which doesn't require pre-installing a load of other packages, then I'll look into it further. R.