This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

PATCH: Disable libgcj and gprof on Linux/mips


Do libgcj and gprof work on Linux/mips? I don't think they are
supported on any mips target. Here is a patch to disable them.


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

	* configure.in (noconfigdirs): Disable gprof and libgcj.

--- configure.in.mips	Sun Jul 15 18:29:57 2001
+++ configure.in	Tue Jul 24 15:48:00 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 gprof ${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]