From: Thiemo Seufer <ths@networkno.de>
To: binutils@sourceware.org
Cc: gdb-patches@sources.redhat.com
Subject: [PATCH] Disable libgloss for mips64*-*-linux*
Date: Tue, 19 Sep 2006 13:41:00 -0000 [thread overview]
Message-ID: <20060919133727.GA4553@networkno.de> (raw)
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"
next reply other threads:[~2006-09-19 13:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-19 13:41 Thiemo Seufer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060919133727.GA4553@networkno.de \
--to=ths@networkno.de \
--cc=binutils@sourceware.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox