* [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* Re: [PATCH] Disable libgloss for mips64*-*-linux*
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
1 sibling, 0 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2006-09-19 14:21 UTC (permalink / raw)
To: Thiemo Seufer; +Cc: binutils, gdb-patches
On Tue, Sep 19, 2006 at 02:37:28PM +0100, Thiemo Seufer wrote:
> Hello All,
>
> the appended patch disables libgloss for mips64*-*-linux* and does some
> minor cleanups.
>
> Ok to apply?
OK.
> 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.
The comment isn't necessary in the changelog.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Disable libgloss for mips64*-*-linux*
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
1 sibling, 1 reply; 5+ messages in thread
From: Ralf Corsepius @ 2006-09-19 14:22 UTC (permalink / raw)
To: Thiemo Seufer, Joel Sherrill; +Cc: binutils, gdb-patches
On Tue, 2006-09-19 at 14:37 +0100, Thiemo Seufer wrote:
> Hello All,
>
> the appended patch disables libgloss for mips64*-*-linux* and does some
> minor cleanups.
>
> Ok to apply?
Probably not. AFAIU, your patch kicks out mipstx39-rtems. This target is
still in use for gdb.
Ralf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Disable libgloss for mips64*-*-linux*
2006-09-19 14:22 ` Ralf Corsepius
@ 2006-09-19 15:30 ` Thiemo Seufer
2006-09-20 6:16 ` Ralf Corsepius
0 siblings, 1 reply; 5+ messages in thread
From: Thiemo Seufer @ 2006-09-19 15:30 UTC (permalink / raw)
To: Ralf Corsepius; +Cc: Joel Sherrill, binutils, gdb-patches
Ralf Corsepius wrote:
> On Tue, 2006-09-19 at 14:37 +0100, Thiemo Seufer wrote:
> > Hello All,
> >
> > the appended patch disables libgloss for mips64*-*-linux* and does some
> > minor cleanups.
> >
> > Ok to apply?
> Probably not. AFAIU, your patch kicks out mipstx39-rtems. This target is
> still in use for gdb.
AFAICS the mips*-*-* case catches it, with the same definition.
Thiemo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Disable libgloss for mips64*-*-linux*
2006-09-19 15:30 ` Thiemo Seufer
@ 2006-09-20 6:16 ` Ralf Corsepius
0 siblings, 0 replies; 5+ messages in thread
From: Ralf Corsepius @ 2006-09-20 6:16 UTC (permalink / raw)
To: Thiemo Seufer; +Cc: Joel Sherrill, binutils, gdb-patches
On Tue, 2006-09-19 at 16:29 +0100, Thiemo Seufer wrote:
> Ralf Corsepius wrote:
> > On Tue, 2006-09-19 at 14:37 +0100, Thiemo Seufer wrote:
> > > Hello All,
> > >
> > > the appended patch disables libgloss for mips64*-*-linux* and does some
> > > minor cleanups.
> > >
> > > Ok to apply?
> > Probably not. AFAIU, your patch kicks out mipstx39-rtems. This target is
> > still in use for gdb.
>
> AFAICS the mips*-*-* case catches it, with the same definition.
OK, I see, you seem to be right.
Ralf
^ 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