[PATCH] Disable libgloss for mips64*-*-linux*

Thiemo Seufer ths@networkno.de
Tue Sep 19 14:22:00 GMT 2006


Hello All,

the appended patch disables libgloss for mips64*-*-linux* and does some
minor cleanups.

Ok to apply?


Thiemo


2006-09-19  Thiemo Seufer  <ths@mips.com>

	* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
	for mipstx39-*-*, this allows gprof builds for mipstx39-linux builds.
	Disable libgloss for mips64*-*-linux*.
	* configure: Regenerate.


Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.316
diff -u -p -r1.316 configure.in
--- configure.in	30 Aug 2006 13:14:18 -0000	1.316
+++ configure.in	19 Sep 2006 13:05:06 -0000
@@ -728,17 +728,11 @@ case "${target}" in
     # <oldham@codesourcery.com>
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
     ;;
-  mips*-dec-bsd*)
-    noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
-    ;;
   mips*-*-bsd*)
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
     ;;
-  mipstx39-*-*)
-    noconfigdirs="$noconfigdirs gprof ${libgcj}"   # same as generic mips
-    ;;
   mips64*-*-linux*)
-    noconfigdirs="$noconfigdirs target-newlib ${libgcj}"
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
   mips*-*-linux*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"



More information about the Binutils mailing list