This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Glibc-bsd-hackers] [PATCH] GNU/KFreeBSD support in lib{java, stdc++-v3}
- From: Tom Tromey <tromey at redhat dot com>
- To: Robert Millan <zeratul2 at wanadoo dot es>
- Cc: java-patches at gcc dot gnu dot org
- Date: 10 Sep 2003 18:02:19 -0600
- Subject: Re: [Glibc-bsd-hackers] [PATCH] GNU/KFreeBSD support in lib{java, stdc++-v3}
- References: <20030910170356.GA833@aragorn> <20030911015202.GA502@aragorn>
- Reply-to: tromey at redhat dot com
>>>>> "Robert" == Robert Millan <zeratul2@wanadoo.es> writes:
I trimmed the followups.
Robert> I'm resending this message because I forgot to CC the
Robert> libstdc++ and java-patches lists. Patch is (re)attached.
The libjava part is ok.
Is it really sufficient though? There are several cases that look for
*-linux*, where perhaps we really are requiring glibc. Could you take
a look at these? Look in configure.in and configure.host.
Does the GC already work on your platform? What about the signal
handling stuff in MD_FALLBACK_FRAME_STATE_FOR?
Tom