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: PATCH: MIPS support for libjava (version 2).


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.


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