This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Enable mips64 libjava in top level configure.


Richard Sandiford wrote:
David Daney <ddaney@avtrex.com> writes:
* configure: Remove mips64*-*-linux* noconfigdirs section, thus
enabling libgcj.

OK.


The original Changelog and diff inadvertently omitted the changes to configure.ac. For the sake of completeness, Here are they are as I committed them:

2007-09-12 David Daney <ddaney@avtrex.com>

   * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
   enabling libgcj.
   * configure: Regenerate.


Index: configure.ac
===================================================================
--- configure.ac	(revision 128438)
+++ configure.ac	(working copy)
@@ -795,9 +795,6 @@ case "${target}" in
   mips*-*-bsd*)
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
     ;;
-  mips64*-*-linux*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
-    ;;
   mips*-*-linux*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
Index: configure
===================================================================
--- configure	(revision 128438)
+++ configure	(working copy)
@@ -2519,9 +2519,6 @@ case "${target}" in
   mips*-*-bsd*)
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
     ;;
-  mips64*-*-linux*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
-    ;;
   mips*-*-linux*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;

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