PATCH: MIPS support for libjava (version 2).

Anthony Green green@redhat.com
Wed Sep 10 22:42:00 GMT 2003


On Wed, 2003-09-10 at 14:46, David Daney wrote:
> +  mips*el*-linux*)
> +       can_unwind_signal=yes
> +       if test "x${with_libgcj_mips_xgot}" = "xyes"; then
> +               libgcj_flags="${libgcj_flags} -Wa,-xgot"
> +       fi
> +       ;;

Maybe you should use 
 mipsel*-linux* | mipsisa32el*-linux*)

You can build a mips64el-linux-gnu toolchain that supports each of the
o32, n32 and n64 ABIs simulateously, and I believe all of your changes
are only for the o32 ABI.  Is this true?  

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.



More information about the Java-patches mailing list