This is the mail archive of the java-patches@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: [cp-patches] Fix libjava bootstrap failure around IUCLC


On Mon, 2012-03-26 at 13:47 +0300, Pekka Enberg wrote:
> On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard <mark@klomp.org> wrote:
> > On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote:
> >> On 03/25/2012 05:08 PM, Gerald Pfeifer wrote:
> >> > 2012-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
> >> >
> >> >         PR libgcj/52694
> >> >         * java/io/natVMConsole.cc (IUCLC): Define, if undefined.
> >>
> >> Sure.  WTF is IUCLC anyway?  :-)
> >
> > (map) Input (characters) UpperCase (to) Lower Case.
> > It is a non-posix termios extension.
> >
> > patch should also go into upstream classpath.
> 
> Yes, please.
> 
> Btw, why are people not fixing GNU Classpath upstream-first?

In this case, because libgcj doesn't use the JNI interface for some of
its native implementations. So this was found in the CNI .cc variant.
The patch should be similar though for the jni .c variant.

Cheers,

Mark


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