This is the mail archive of the gcc@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]

Re: PATCH: Disable libgcj and gprof on Linux/mips


On Wed, Jul 25, 2001 at 01:53:56PM -0700, Geoff Keating wrote:
> > 
> > What do you mean by "Java works"? boehm-gc won't compile on any mips
> > targets even if you enable it by hand.
> 
> Well, since a GC is an essential part of Java, then it doesn't work.
> So the whole thing should be switched off.
> 

I will check in this patch shortly.


H.J.
----
2001-07-25  H.J. Lu  (hjl@gnu.org)

	* configure.in (noconfigdirs): Disable libgcj for
	mips*-*-linux*.

--- configure.in.mips	Sun Jul 15 18:29:57 2001
+++ configure.in	Wed Jul 25 16:10:27 2001
@@ -765,6 +765,10 @@ case "${target}" in
          target_configdirs="${target_configdirs} target-libstub target-cygmon"
     fi
     ;;
+  mips*-*-linux*)
+    skipdirs="$skipdirs target-librx"
+    noconfigdirs="$noconfigdirs ${libgcj}"
+    ;;
   *-*-linux*)
     # linux has rx in libc
     skipdirs="$skipdirs target-librx"


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