This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava bootstrap failure on ia64-linux
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- To: tromey at redhat dot com
- Cc: Andreas Schwab <schwab at suse dot de>, java at gcc dot gnu dot org,Hans Boehm <Hans_Boehm at hp dot com>
- Date: Wed, 27 Mar 2002 17:11:16 +0000 (GMT)
- Subject: Re: libjava bootstrap failure on ia64-linux
- References: <jeu1r2m4cg.fsf@sykes.suse.de><87vgbirkso.fsf@creche.redhat.com>
Tom Tromey writes:
> >>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:
>
> Andreas> There is no such thing as SYS_sigaction on ia64-linux.
>
> There's some minor churn going on in dwarf2-signal.h.
>
> Andrew, I tried your patch. It works fine on PPC once I delete the
> `#error' entirely. Did that #error just sneak in? I'd like to get
> this all fixed today.
Sorry. I had to set up a PPC system, get it on the network, build
gcc, discover that it didn't work because my binutils was out of date,
get binutils source, build binutils, install binutils, build gcc
again, and then run the libgcj testsuite. Argh.
Try it now.
Andrew.