This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Change to posix.cc to set gnu.java.util.zoneinfo.dir


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]