This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Configuring Java Libraries for mips-sgi-irix6.5's -mabi=64
- To: oldham at codesourcery dot com
- Subject: Re: Configuring Java Libraries for mips-sgi-irix6.5's -mabi=64
- From: Tom Tromey <tromey at redhat dot com>
- Date: 13 Mar 2001 11:28:54 -0700
- Cc: java at gcc dot gnu dot org
- References: <200103131655.IAA06382@oz.codesourcery.com>
- Reply-To: tromey at redhat dot com
>>>>> "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