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]

Re: Configuring Java Libraries for mips-sgi-irix6.5's -mabi=64


>>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:

Jeffrey> 1) In the short term, how do I turn off building the Java libraries on
Jeffrey>    mips-sgi-irix6.5?

Don't configure with `java' enabled.
I.e., don't use `--enable-languages=java'.

Jeffrey> 2) In the long term, how do we ensure that "-mabi=64" is appended to
Jeffrey>    GCJ in the appropriate objdir Makefiles?  In
Jeffrey>    objdir/mips-sgi-irix6.5/mabi=64/libjava/Makefile, CC, CXX, and
Jeffrey>    CXXCPP already have an appended "-mabi=64".

We should do it using the same mechanism that does it for CXX and CC.
Offhand I don't know what that is.

Tom


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