This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
>>>>> "Adrian" == Adrian Bunk <bunk@fs.tum.de> writes:
Adrian> while playing with trying to compile gjc under NetBSD I found
Adrian> the following problem: NetBSD has a /usr/include/langinfo.h
Adrian> but this file doesn't define CODESET. The gcc configure script
Adrian> does already check for CODESET and therefore the patch below
Adrian> seems to be enough to fix it.
Adrian> Could someone please review it?
I think this is fine.
Do you have write access? If not I will check it in.
Tom