This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Change to posix.cc to set gnu.java.util.zoneinfo.dir
- From: Tom Tromey <tromey at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: 07 Mar 2007 14:16:50 -0700
- Subject: Re: Change to posix.cc to set gnu.java.util.zoneinfo.dir
- References: <20070307203149.GA10510@mail1.thewrittenword.com>
- Reply-to: tromey at redhat dot com
>>>>> "Albert" == Albert Chin <gcc-java@mlists.thewrittenword.com> writes:
Albert> + if (! zoneinfodir)
Albert> + zoneinfodir = "/usr/share/zoneinfo";
Albert> What if the directory isn't /usr/share/zoneinfo? On AIX and Solaris,
Albert> it's /usr/share/lib/zoneinfo. Shouldn't the default be correct for the
Albert> system GCJ is targeted for?
Yeah, that would be preferable. We could either have configure check
(which is not super friendly when making a cross-compiler) or we could
just have a list of places to look. Care to submit a patch?
Tom