This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: [ANNOUNCE] Libgcj in gcc tree availability.
- To: "'tromey at redhat dot com'" <tromey at redhat dot com>, "Kevin A. Burton" <burton at relativity dot yi dot org>
- Subject: RE: [ANNOUNCE] Libgcj in gcc tree availability.
- From: Anthony Green <green at redhat dot com>
- Date: Mon, 11 Dec 2000 13:11:11 -0800
- Cc: Bryce McKinlay <bryce at albatross dot co dot nz>, "apbianco at cygnus dot com" <apbianco at cygnus dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, "java-discuss at sources dot redhat dot com" <java-discuss at sources dot redhat dot com>
- Organization: Red Hat, Inc.
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
On Monday, December 11, 2000 1:09 PM, Tom Tromey [SMTP:tromey@redhat.com]
wrote:
> * edit the top-level configure.in and change the line that looks like:
> noconfigdirs="target-libjava"
> to read
> noconfigdirs=""
This part shouldn't be necessary for x86 or Alpha Linux is you've updated to
the latest top-level configure.in. If you're using a different target, remove
${libgcj} from the target's noconfigdirs setting.
AG