Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Disable libgloss for mips64*-*-linux*
@ 2006-09-19 13:41 Thiemo Seufer
  2006-09-19 14:21 ` Daniel Jacobowitz
  2006-09-19 14:22 ` Ralf Corsepius
  0 siblings, 2 replies; 5+ messages in thread
From: Thiemo Seufer @ 2006-09-19 13:41 UTC (permalink / raw)
  To: binutils; +Cc: gdb-patches

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"


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-20  6:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-19 13:41 [PATCH] Disable libgloss for mips64*-*-linux* Thiemo Seufer
2006-09-19 14:21 ` Daniel Jacobowitz
2006-09-19 14:22 ` Ralf Corsepius
2006-09-19 15:30   ` Thiemo Seufer
2006-09-20  6:16     ` Ralf Corsepius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox