This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix classmap.db location for multilib
- From: Tom Tromey <tromey at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 08 Jan 2006 11:16:17 -0700
- Subject: Re: [PATCH] Fix classmap.db location for multilib
- References: <20060107181820.GC19941@devserv.devel.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
Jakub> classmap.db format doesn't handle multiple ABIs in one database, so
Jakub> we need multiple databases on multilib targets.
Jakub> gcj-dbtool -p for some time supports a libdir argument, e.g.
Jakub> gcj-dbtool -p /usr/lib64 but gij was so far always using
Jakub> /usr/lib/gcj-4.1.0/classmap.db.
Jakub> Ok for trunk/4.1?
Yes, thanks.
Tom